Uses of Interface
de.marcely.bedwars.api.game.specialitem.SpecialItemUseHandler
-
Uses of SpecialItemUseHandler in de.marcely.bedwars.api.game.specialitem
Modifier and TypeClassDescriptionclass
The default use handler of a special item
It'll send a warning to the player whenever he's using itModifier and TypeMethodDescriptionSpecialItem.getHandler()
Returns the handler that's been called whenever someone uses an item
UsesDeadSpecialItemUseHandler
as the default oneModifier and TypeMethodDescriptionvoid
SpecialItem.setHandler
(SpecialItemUseHandler handler) Set the handler that's been called whenever someone uses the item.