Enum Class MenuTag

java.lang.Object
java.lang.Enum<MenuTag>
me.fami6xx.rpuniverse.core.menuapi.utils.MenuTag
All Implemented Interfaces:
Serializable, Comparable<MenuTag>, Constable

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

    • ADMIN

      public static final MenuTag ADMIN
    • PLAYER

      public static final MenuTag PLAYER
    • JOB

      public static final MenuTag JOB
    • BOSS

      public static final MenuTag BOSS
    • JOB_POSITION

      public static final MenuTag JOB_POSITION
    • JOB_POSITION_INTERNAL

      public static final MenuTag JOB_POSITION_INTERNAL
    • JOB_ALL_POSITIONS

      public static final MenuTag JOB_ALL_POSITIONS
    • JOB_ALL_PLAYERS_INTERNAL

      public static final MenuTag JOB_ALL_PLAYERS_INTERNAL
    • ALL_CONSUMABLES

      public static final MenuTag ALL_CONSUMABLES
    • ALL_LOCKS

      public static final MenuTag ALL_LOCKS
  • Method Details

    • values

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

      public static MenuTag valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified name
      NullPointerException - if the argument is null