Uses of Package
de.marcely.bedwars.api.game.specialitem
Package
Description
-
ClassDescriptionRepresents the type of SpecialItem and not one for every given item to the player.
-
ClassDescriptionRepresents the type of SpecialItem and not one for every given item to the player.
-
ClassDescriptionRepresents the type of SpecialItem and not one for every given item to the player.
-
ClassDescriptionRepresents the type of SpecialItem and not one for every given item to the player.
-
ClassDescriptionRepresents the type of SpecialItem and not one for every given item to the player.Represents a session of a special item use
A new session is created every time someone uses a special item.
Make sure to callSpecialItemUseSession.stop()
, even when you're handler, after you're done as the plugin will invokeSpecialItemUseSession.handleStop()
for EVERY still active session after the round ended.
Also make sure to invokeSpecialItemUseSession.takeItem()
if you wish the item to be taken away -
ClassDescriptionRepresents a session of a special item use
A new session is created every time someone uses a special item.
Make sure to callSpecialItemUseSession.stop()
, even when you're handler, after you're done as the plugin will invokeSpecialItemUseSession.handleStop()
for EVERY still active session after the round ended.
Also make sure to invokeSpecialItemUseSession.takeItem()
if you wish the item to be taken away