Class NexoChorusBlockDropLootEvent
-
- All Implemented Interfaces:
public final class NexoChorusBlockDropLootEvent extends NexoCustomBlockDropLootEvent
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classNexoChorusBlockDropLootEvent.Companion
-
Field Summary
Fields Modifier and Type Field Description private final ChorusBlockMechanicmechanicprivate final Blockblockprivate final Playerplayerprivate final List<DroppedLoot>lootspublic final static NexoChorusBlockDropLootEvent.CompanionCompanion
-
Constructor Summary
Constructors Constructor Description NexoChorusBlockDropLootEvent(ChorusBlockMechanic mechanic, Block block, Player player, List<DroppedLoot> loots)
-
Method Summary
Modifier and Type Method Description ChorusBlockMechanicgetMechanic()HandlerListgetHandlers()-
Methods inherited from class com.nexomc.nexo.api.events.custom_block.NexoCustomBlockDropLootEvent
getBlock, getLoots, getPlayer -
Methods inherited from class org.bukkit.event.Event
callEvent, getEventName, isAsynchronous -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
NexoChorusBlockDropLootEvent
NexoChorusBlockDropLootEvent(ChorusBlockMechanic mechanic, Block block, Player player, List<DroppedLoot> loots)
-
-
Method Detail
-
getMechanic
ChorusBlockMechanic getMechanic()
-
getHandlers
HandlerList getHandlers()
-
-
-
-