Class PlayerStopSpecialItemEvent

java.lang.Object
org.bukkit.event.Event
org.bukkit.event.player.PlayerEvent
de.marcely.bedwars.api.event.player.PlayerStopSpecialItemEvent
All Implemented Interfaces:
ArenaEvent

public class PlayerStopSpecialItemEvent extends PlayerEvent implements ArenaEvent
Gets called when a special item is done doing its thing
  • Constructor Details

  • Method Details

    • getSpecialItem

      public SpecialItem getSpecialItem()
      Returns the special item that the player has used.
      Returns:
      The special item that has been used
    • getArena

      public Arena getArena()
      Returns the arena in which the player has used the item.
      Specified by:
      getArena in interface ArenaEvent
      Returns:
      The arena involved in this
    • getSession

      public SpecialItemUseSession getSession()
      Returns the session that was stopped
      Returns:
      The session that was stopped
    • getHandlers

      public HandlerList getHandlers()
      Specified by:
      getHandlers in class Event
    • getHandlerList

      public static HandlerList getHandlerList()