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