Class NexoCustomBlockDropLootEvent
-
- All Implemented Interfaces:
public class NexoCustomBlockDropLootEvent extends Event
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
NexoCustomBlockDropLootEvent.Companion
-
Field Summary
Fields Modifier and Type Field Description private final CustomBlockMechanic
mechanic
private final Block
block
private final Player
player
private final List<DroppedLoot>
loots
public final static NexoCustomBlockDropLootEvent.Companion
Companion
-
Constructor Summary
Constructors Constructor Description NexoCustomBlockDropLootEvent(CustomBlockMechanic mechanic, Block block, Player player, List<DroppedLoot> loots)
-
Method Summary
Modifier and Type Method Description CustomBlockMechanic
getMechanic()
final Block
getBlock()
final Player
getPlayer()
final List<DroppedLoot>
getLoots()
HandlerList
getHandlers()
-
-
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()
-
-
-
-