java.lang.Object
java.lang.Enum<FieldKey>
com.xzavier0722.mc.plugin.slimefun4.storage.common.FieldKey
All Implemented Interfaces:
Serializable, Comparable<FieldKey>, Constable

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

    • PLAYER_UUID

      public static final FieldKey PLAYER_UUID
    • PLAYER_NAME

      public static final FieldKey PLAYER_NAME
    • PLAYER_BACKPACK_NUM

      public static final FieldKey PLAYER_BACKPACK_NUM
    • RESEARCH_ID

      public static final FieldKey RESEARCH_ID
    • BACKPACK_ID

      public static final FieldKey BACKPACK_ID
    • BACKPACK_NUMBER

      public static final FieldKey BACKPACK_NUMBER
    • BACKPACK_NAME

      public static final FieldKey BACKPACK_NAME
    • BACKPACK_SIZE

      public static final FieldKey BACKPACK_SIZE
    • INVENTORY_SLOT

      public static final FieldKey INVENTORY_SLOT
    • INVENTORY_ITEM

      public static final FieldKey INVENTORY_ITEM
    • LOCATION

      public static final FieldKey LOCATION
    • CHUNK

      public static final FieldKey CHUNK
    • SLIMEFUN_ID

      public static final FieldKey SLIMEFUN_ID
    • DATA_KEY

      public static final FieldKey DATA_KEY
    • DATA_VALUE

      public static final FieldKey DATA_VALUE
    • UNIVERSAL_UUID

      public static final FieldKey UNIVERSAL_UUID
      Represents uuid of universal inventory
    • UNIVERSAL_TRAITS

      public static final FieldKey UNIVERSAL_TRAITS
    • METADATA_KEY

      public static final FieldKey METADATA_KEY
    • METADATA_VALUE

      public static final FieldKey METADATA_VALUE
  • Method Details

    • values

      public static FieldKey[] 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 FieldKey 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
    • isNumType

      public boolean isNumType()