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") @Experimental public enum RegistryId extends Enum<RegistryId>
  • Enum Constant Details

    • ACTIVITY

      public static final RegistryId ACTIVITY
    • BIOME

      public static final RegistryId BIOME
    • BLOCK

      public static final RegistryId BLOCK
    • CARVER

      public static final RegistryId CARVER
    • CONFIGURED_CARVER

      public static final RegistryId CONFIGURED_CARVER
    • CONFIGURED_FEATURE

      public static final RegistryId CONFIGURED_FEATURE
    • CLOCK_TIME_MARKER

      public static final RegistryId CLOCK_TIME_MARKER
    • DENSITY_FUNCTION

      public static final RegistryId DENSITY_FUNCTION
    • DIMENSION_TYPE

      public static final RegistryId DIMENSION_TYPE
    • ENTITY_TYPE

      public static final RegistryId ENTITY_TYPE
    • ENVIRONMENT_ATTRIBUTE

      public static final RegistryId ENVIRONMENT_ATTRIBUTE
    • FEATURE

      public static final RegistryId FEATURE
    • FLUID

      public static final RegistryId FLUID
    • NOISE

      public static final RegistryId NOISE
    • NOISE_SETTINGS

      public static final RegistryId NOISE_SETTINGS
    • LEVEL_STEM

      public static final RegistryId LEVEL_STEM
    • PARTICLE_TYPE

      public static final RegistryId PARTICLE_TYPE
    • PLACED_FEATURE

      public static final RegistryId PLACED_FEATURE
    • TIMELINE

      public static final RegistryId TIMELINE
    • WORLD_CLOCK

      public static final RegistryId WORLD_CLOCK
  • 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") @Internal public List<ResourceKey> keys()
      The keys associated with this registry id.
      Returns:
      the keys associated with this registry id
      Since:
      2.4.0