Package net.minecraft.client.network
Enum Class ClientDynamicRegistryType
- All Implemented Interfaces:
Serializable
,Comparable<ClientDynamicRegistryType>
,Constable
- Mappings:
Namespace Name official ezb
intermediary net/minecraft/class_7756
named net/minecraft/client/network/ClientDynamicRegistryType
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final DynamicRegistryManager.Immutable
private static final List<ClientDynamicRegistryType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ClientDynamicRegistryType
Returns the enum constant of this class with the specified name.static ClientDynamicRegistryType[]
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 a
Lezb;a:Lezb;
intermediary field_40490
Lnet/minecraft/class_7756;field_40490:Lnet/minecraft/class_7756;
named STATIC
Lnet/minecraft/client/network/ClientDynamicRegistryType;STATIC:Lnet/minecraft/client/network/ClientDynamicRegistryType;
-
REMOTE
- Mappings:
Namespace Name Mixin selector official b
Lezb;b:Lezb;
intermediary field_40491
Lnet/minecraft/class_7756;field_40491:Lnet/minecraft/class_7756;
named REMOTE
Lnet/minecraft/client/network/ClientDynamicRegistryType;REMOTE:Lnet/minecraft/client/network/ClientDynamicRegistryType;
-
-
Field Details
-
VALUES
- Mappings:
Namespace Name Mixin selector official c
Lezb;c:Ljava/util/List;
intermediary field_40492
Lnet/minecraft/class_7756;field_40492:Ljava/util/List;
named VALUES
Lnet/minecraft/client/network/ClientDynamicRegistryType;VALUES:Ljava/util/List;
-
STATIC_REGISTRY_MANAGER
- Mappings:
Namespace Name Mixin selector official d
Lezb;d:Lhn$b;
intermediary field_40493
Lnet/minecraft/class_7756;field_40493:Lnet/minecraft/class_5455$class_6890;
named STATIC_REGISTRY_MANAGER
Lnet/minecraft/client/network/ClientDynamicRegistryType;STATIC_REGISTRY_MANAGER:Lnet/minecraft/registry/DynamicRegistryManager$Immutable;
-
-
Constructor Details
-
ClientDynamicRegistryType
private ClientDynamicRegistryType()
-
-
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<ClientDynamicRegistryType> createCombinedDynamicRegistries()- Mappings:
Namespace Name Mixin selector official a
Lezb;a()Lhg;
intermediary method_45738
Lnet/minecraft/class_7756;method_45738()Lnet/minecraft/class_7780;
named createCombinedDynamicRegistries
Lnet/minecraft/client/network/ClientDynamicRegistryType;createCombinedDynamicRegistries()Lnet/minecraft/registry/CombinedDynamicRegistries;
-