Uses of Interface
de.marcely.bedwars.api.game.specialitem.SpecialItemListener
Packages that use SpecialItemListener
-
Uses of SpecialItemListener in de.marcely.bedwars.api.game.specialitem
Subinterfaces of SpecialItemListener in de.marcely.bedwars.api.game.specialitemMethods in de.marcely.bedwars.api.game.specialitem that return types with arguments of type SpecialItemListenerModifier and TypeMethodDescriptionSpecialItem.getListeners()
Returns a set with every listener that has been registered to this special itemMethods in de.marcely.bedwars.api.game.specialitem with parameters of type SpecialItemListenerModifier and TypeMethodDescriptionboolean
SpecialItem.registerListener(SpecialItemListener listener)
Adds an listener to handle events of this special item
You should use theSpecialItemAdapter
as more things might get added in the futureboolean
SpecialItem.unregisterListener(SpecialItemListener listener)
Removes the listener and stops it from receiving any future events