Enum Class RegistryId

java.lang.Object
java.lang.Enum<RegistryId>
dev.wyck.registry.internal.RegistryId
All Implemented Interfaces:
Serializable, Comparable<RegistryId>, Constable

@AsOf("2.4.0") @Internal public enum RegistryId extends Enum<RegistryId>
  • Enum Constant Details

    • BIOME

      public static final RegistryId BIOME
    • FEATURE

      public static final RegistryId FEATURE
    • DIMENSION_TYPE

      public static final RegistryId DIMENSION_TYPE
    • DIMENSION

      public static final RegistryId DIMENSION
    • NOISE_SETTINGS

      public static final RegistryId NOISE_SETTINGS
    • PARTICLE_TYPE

      public static final RegistryId PARTICLE_TYPE
    • ENVIRONMENT_ATTRIBUTE

      public static final RegistryId ENVIRONMENT_ATTRIBUTE
  • Method Details

    • values

      public static RegistryId[] 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 RegistryId 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
    • keys

      @AsOf("2.4.0") public List<ResourceKey> keys()