Enum Class ServerDynamicRegistryType

java.lang.Object
java.lang.Enum<ServerDynamicRegistryType>
net.minecraft.registry.ServerDynamicRegistryType
All Implemented Interfaces:
Serializable, Comparable<ServerDynamicRegistryType>, Constable

public enum ServerDynamicRegistryType extends Enum<ServerDynamicRegistryType>
Mappings:
Namespace Name
official aco
intermediary net/minecraft/class_7659
named net/minecraft/registry/ServerDynamicRegistryType
  • Enum Constant Details

    • STATIC

      public static final ServerDynamicRegistryType STATIC
      Mappings:
      Namespace Name Mixin selector
      official a Laco;a:Laco;
      intermediary field_39971 Lnet/minecraft/class_7659;field_39971:Lnet/minecraft/class_7659;
      named STATIC Lnet/minecraft/registry/ServerDynamicRegistryType;STATIC:Lnet/minecraft/registry/ServerDynamicRegistryType;
    • WORLDGEN

      public static final ServerDynamicRegistryType WORLDGEN
      Mappings:
      Namespace Name Mixin selector
      official b Laco;b:Laco;
      intermediary field_39972 Lnet/minecraft/class_7659;field_39972:Lnet/minecraft/class_7659;
      named WORLDGEN Lnet/minecraft/registry/ServerDynamicRegistryType;WORLDGEN:Lnet/minecraft/registry/ServerDynamicRegistryType;
    • DIMENSIONS

      public static final ServerDynamicRegistryType DIMENSIONS
      Mappings:
      Namespace Name Mixin selector
      official c Laco;c:Laco;
      intermediary field_39973 Lnet/minecraft/class_7659;field_39973:Lnet/minecraft/class_7659;
      named DIMENSIONS Lnet/minecraft/registry/ServerDynamicRegistryType;DIMENSIONS:Lnet/minecraft/registry/ServerDynamicRegistryType;
    • RELOADABLE

      public static final ServerDynamicRegistryType RELOADABLE
      Mappings:
      Namespace Name Mixin selector
      official d Laco;d:Laco;
      intermediary field_39974 Lnet/minecraft/class_7659;field_39974:Lnet/minecraft/class_7659;
      named RELOADABLE Lnet/minecraft/registry/ServerDynamicRegistryType;RELOADABLE:Lnet/minecraft/registry/ServerDynamicRegistryType;
  • Field Details

    • VALUES

      private static final List<ServerDynamicRegistryType> VALUES
      Mappings:
      Namespace Name Mixin selector
      official e Laco;e:Ljava/util/List;
      intermediary field_39975 Lnet/minecraft/class_7659;field_39975:Ljava/util/List;
      named VALUES Lnet/minecraft/registry/ServerDynamicRegistryType;VALUES:Ljava/util/List;
    • STATIC_REGISTRY_MANAGER

      private static final DynamicRegistryManager.Immutable STATIC_REGISTRY_MANAGER
      Mappings:
      Namespace Name Mixin selector
      official f Laco;f:Lhn$b;
      intermediary field_39976 Lnet/minecraft/class_7659;field_39976:Lnet/minecraft/class_5455$class_6890;
      named STATIC_REGISTRY_MANAGER Lnet/minecraft/registry/ServerDynamicRegistryType;STATIC_REGISTRY_MANAGER:Lnet/minecraft/registry/DynamicRegistryManager$Immutable;
  • Constructor Details

    • ServerDynamicRegistryType

      private ServerDynamicRegistryType()
  • Method Details

    • values

      public static ServerDynamicRegistryType[] 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 ServerDynamicRegistryType 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
    • createCombinedDynamicRegistries

      public static CombinedDynamicRegistries<ServerDynamicRegistryType> createCombinedDynamicRegistries()
      Mappings:
      Namespace Name Mixin selector
      official a Laco;a()Lhg;
      intermediary method_45139 Lnet/minecraft/class_7659;method_45139()Lnet/minecraft/class_7780;
      named createCombinedDynamicRegistries Lnet/minecraft/registry/ServerDynamicRegistryType;createCombinedDynamicRegistries()Lnet/minecraft/registry/CombinedDynamicRegistries;