Uses of Interface
de.marcely.bedwars.api.event.player.PlayerDeathInventoryDropEvent.Handler
Packages that use PlayerDeathInventoryDropEvent.Handler
-
Uses of PlayerDeathInventoryDropEvent.Handler in de.marcely.bedwars.api.event.player
Fields in de.marcely.bedwars.api.event.player declared as PlayerDeathInventoryDropEvent.HandlerModifier and TypeFieldDescriptionstatic final PlayerDeathInventoryDropEvent.HandlerPlayerDeathInventoryDropEvent.Handler.DEFAULT_AUTO_PICKUPstatic final PlayerDeathInventoryDropEvent.HandlerPlayerDeathInventoryDropEvent.Handler.DEFAULT_KEEP_SPAWNERSstatic final PlayerDeathInventoryDropEvent.HandlerPlayerDeathInventoryDropEvent.Handler.DEFAULT_REMOVE_ALLMethods in de.marcely.bedwars.api.event.player that return types with arguments of type PlayerDeathInventoryDropEvent.HandlerModifier and TypeMethodDescriptionPlayerDeathInventoryDropEvent.getHandlerQueue()Returns the queue invoked in this event.Methods in de.marcely.bedwars.api.event.player with parameters of type PlayerDeathInventoryDropEvent.HandlerModifier and TypeMethodDescriptionbooleanPlayerDeathInventoryDropEvent.addHandlerToBottom(PlayerDeathInventoryDropEvent.Handler handler) Adds a new Handler to the bottom of the queue.booleanPlayerDeathInventoryDropEvent.addHandlerToTop(PlayerDeathInventoryDropEvent.Handler handler) Adds a new Handler to the top of the queue.booleanPlayerDeathInventoryDropEvent.removeHandler(PlayerDeathInventoryDropEvent.Handler handler) Tries to remove a Handler that has been added before