Uses of Interface
de.marcely.bedwars.api.event.player.PlayerDeathInventoryDropEvent.Handler
-
Uses of PlayerDeathInventoryDropEvent.Handler in de.marcely.bedwars.api.event.player
Modifier and TypeFieldDescriptionstatic final PlayerDeathInventoryDropEvent.Handler
PlayerDeathInventoryDropEvent.Handler.DEFAULT_AUTO_PICKUP
static final PlayerDeathInventoryDropEvent.Handler
PlayerDeathInventoryDropEvent.Handler.DEFAULT_KEEP_SPAWNERS
static final PlayerDeathInventoryDropEvent.Handler
PlayerDeathInventoryDropEvent.Handler.DEFAULT_REMOVE_ALL
Modifier and TypeMethodDescriptionPlayerDeathInventoryDropEvent.getHandlerQueue()
Returns the queue invoked in this event.Modifier and TypeMethodDescriptionboolean
PlayerDeathInventoryDropEvent.addHandlerToBottom
(PlayerDeathInventoryDropEvent.Handler handler) Adds a new Handler to the bottom of the queue.boolean
PlayerDeathInventoryDropEvent.addHandlerToTop
(PlayerDeathInventoryDropEvent.Handler handler) Adds a new Handler to the top of the queue.boolean
PlayerDeathInventoryDropEvent.removeHandler
(PlayerDeathInventoryDropEvent.Handler handler) Tries to remove a Handler that has been added before