Enum Signs

java.lang.Object
java.lang.Enum<Signs>
com.earth2me.essentials.signs.Signs
All Implemented Interfaces:
Serializable, Comparable<Signs>

public enum Signs extends Enum<Signs>
  • Enum Constant Details

    • ANVIL

      public static final Signs ANVIL
    • BALANCE

      public static final Signs BALANCE
    • BUY

      public static final Signs BUY
    • CARTOGRAPHY

      public static final Signs CARTOGRAPHY
    • DISPOSAL

      public static final Signs DISPOSAL
    • ENCHANT

      public static final Signs ENCHANT
    • FREE

      public static final Signs FREE
    • GAMEMODE

      public static final Signs GAMEMODE
    • GRINDSTONE

      public static final Signs GRINDSTONE
    • HEAL

      public static final Signs HEAL
    • INFO

      public static final Signs INFO
    • KIT

      public static final Signs KIT
    • LOOM

      public static final Signs LOOM
    • MAIL

      public static final Signs MAIL
    • PROTECTION

      public static final Signs PROTECTION
    • REPAIR

      public static final Signs REPAIR
    • SELL

      public static final Signs SELL
    • SMITHING

      public static final Signs SMITHING
    • SPAWNMOB

      public static final Signs SPAWNMOB
    • TIME

      public static final Signs TIME
    • TRADE

      public static final Signs TRADE
    • WARP

      public static final Signs WARP
    • WEATHER

      public static final Signs WEATHER
    • WORKBENCH

      public static final Signs WORKBENCH
  • Method Details

    • values

      public static Signs[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static Signs valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null
    • getSign

      public EssentialsSign getSign()