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

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

    • NONE

      public static final DataScope NONE
    • PLAYER_RESEARCH

      public static final DataScope PLAYER_RESEARCH
    • PLAYER_PROFILE

      public static final DataScope PLAYER_PROFILE
    • BACKPACK_PROFILE

      public static final DataScope BACKPACK_PROFILE
    • BACKPACK_INVENTORY

      public static final DataScope BACKPACK_INVENTORY
    • BLOCK_RECORD

      public static final DataScope BLOCK_RECORD
    • BLOCK_DATA

      public static final DataScope BLOCK_DATA
    • CHUNK_DATA

      public static final DataScope CHUNK_DATA
    • BLOCK_INVENTORY

      public static final DataScope BLOCK_INVENTORY
    • UNIVERSAL_RECORD

      public static final DataScope UNIVERSAL_RECORD
    • UNIVERSAL_DATA

      public static final DataScope UNIVERSAL_DATA
    • UNIVERSAL_INVENTORY

      public static final DataScope UNIVERSAL_INVENTORY
    • TABLE_METADATA

      public static final DataScope TABLE_METADATA
  • Method Details

    • values

      public static DataScope[] 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 DataScope 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
    • getPrimaryKeys

      public FieldKey[] getPrimaryKeys()