Class NexoCustomBlockDropLootEvent
-
- All Implemented Interfaces:
public class NexoCustomBlockDropLootEvent extends Event
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classNexoCustomBlockDropLootEvent.Companion
-
Field Summary
Fields Modifier and Type Field Description private final CustomBlockMechanicmechanicprivate final Blockblockprivate final Playerplayerprivate final List<DroppedLoot>lootspublic final static NexoCustomBlockDropLootEvent.CompanionCompanion
-
Constructor Summary
Constructors Constructor Description NexoCustomBlockDropLootEvent(CustomBlockMechanic mechanic, Block block, Player player, List<DroppedLoot> loots)
-
Method Summary
Modifier and Type Method Description CustomBlockMechanicgetMechanic()final BlockgetBlock()final PlayergetPlayer()final List<DroppedLoot>getLoots()HandlerListgetHandlers()-
-
Constructor Detail
-
NexoCustomBlockDropLootEvent
NexoCustomBlockDropLootEvent(CustomBlockMechanic mechanic, Block block, Player player, List<DroppedLoot> loots)
-
-
Method Detail
-
getMechanic
CustomBlockMechanic getMechanic()
-
getBlock
final Block getBlock()
-
getPlayer
final Player getPlayer()
-
getLoots
final List<DroppedLoot> getLoots()
-
getHandlers
HandlerList getHandlers()
-
-
-
-