Class PlayerClickHeadEvent

java.lang.Object
org.bukkit.event.Event
me.arcaniax.hdb.api.PlayerClickHeadEvent

public class PlayerClickHeadEvent extends Event
  • Constructor Details

  • Method Details

    • getHandlerList

      public static HandlerList getHandlerList()
      Returns:
      handlers
    • getCategoryEnum

      public CategoryEnum getCategoryEnum()
      Returns:
      CategoryEnum
    • getPlayer

      public Player getPlayer()
      Returns:
      the player
    • getPrice

      public double getPrice()
      Returns:
      the head price
    • getHeadID

      public String getHeadID()
      Returns:
      the headID
    • isEconomy

      public boolean isEconomy()
      Returns:
      whether economy is in use
    • getEconomyEnum

      public EconomyEnum getEconomyEnum()
      Returns:
      EconomyEnum
    • getHead

      public ItemStack getHead()
      Returns:
      null
    • isCancelled

      public boolean isCancelled()
      Returns:
      Whether something is cancelled
    • setCancelled

      public void setCancelled(Boolean b)
      Parameters:
      b - cancel
    • getHandlers

      public HandlerList getHandlers()
      Specified by:
      getHandlers in class Event
      Returns:
      HDB Handlers