Package net.minecraft.registry
Enum Class ServerDynamicRegistryType
- All Implemented Interfaces:
Serializable,Comparable<ServerDynamicRegistryType>,Constable
- Mappings:
Namespace Name official ahpintermediary net/minecraft/class_7659named net/minecraft/registry/ServerDynamicRegistryType
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final DynamicRegistryManager.Immutableprivate static final List<ServerDynamicRegistryType> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ServerDynamicRegistryTypeReturns the enum constant of this class with the specified name.static ServerDynamicRegistryType[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
STATIC
- Mappings:
Namespace Name Mixin selector official aLahp;a:Lahp;intermediary field_39971Lnet/minecraft/class_7659;field_39971:Lnet/minecraft/class_7659;named STATICLnet/minecraft/registry/ServerDynamicRegistryType;STATIC:Lnet/minecraft/registry/ServerDynamicRegistryType;
-
WORLDGEN
- Mappings:
Namespace Name Mixin selector official bLahp;b:Lahp;intermediary field_39972Lnet/minecraft/class_7659;field_39972:Lnet/minecraft/class_7659;named WORLDGENLnet/minecraft/registry/ServerDynamicRegistryType;WORLDGEN:Lnet/minecraft/registry/ServerDynamicRegistryType;
-
DIMENSIONS
- Mappings:
Namespace Name Mixin selector official cLahp;c:Lahp;intermediary field_39973Lnet/minecraft/class_7659;field_39973:Lnet/minecraft/class_7659;named DIMENSIONSLnet/minecraft/registry/ServerDynamicRegistryType;DIMENSIONS:Lnet/minecraft/registry/ServerDynamicRegistryType;
-
RELOADABLE
- Mappings:
Namespace Name Mixin selector official dLahp;d:Lahp;intermediary field_39974Lnet/minecraft/class_7659;field_39974:Lnet/minecraft/class_7659;named RELOADABLELnet/minecraft/registry/ServerDynamicRegistryType;RELOADABLE:Lnet/minecraft/registry/ServerDynamicRegistryType;
-
-
Field Details
-
VALUES
- Mappings:
Namespace Name Mixin selector official eLahp;e:Ljava/util/List;intermediary field_39975Lnet/minecraft/class_7659;field_39975:Ljava/util/List;named VALUESLnet/minecraft/registry/ServerDynamicRegistryType;VALUES:Ljava/util/List;
-
STATIC_REGISTRY_MANAGER
- Mappings:
Namespace Name Mixin selector official fLahp;f:Liu$b;intermediary field_39976Lnet/minecraft/class_7659;field_39976:Lnet/minecraft/class_5455$class_6890;named STATIC_REGISTRY_MANAGERLnet/minecraft/registry/ServerDynamicRegistryType;STATIC_REGISTRY_MANAGER:Lnet/minecraft/registry/DynamicRegistryManager$Immutable;
-
-
Constructor Details
-
ServerDynamicRegistryType
private ServerDynamicRegistryType()
-
-
Method Details
-
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
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 nameNullPointerException- if the argument is null
-
createCombinedDynamicRegistries
public static CombinedDynamicRegistries<ServerDynamicRegistryType> createCombinedDynamicRegistries()- Mappings:
Namespace Name Mixin selector official aLahp;a()Lio;intermediary method_45139Lnet/minecraft/class_7659;method_45139()Lnet/minecraft/class_7780;named createCombinedDynamicRegistriesLnet/minecraft/registry/ServerDynamicRegistryType;createCombinedDynamicRegistries()Lnet/minecraft/registry/CombinedDynamicRegistries;
-