Enum Class ClientDynamicRegistryType

java.lang.Object
java.lang.Enum<ClientDynamicRegistryType>
net.minecraft.client.network.ClientDynamicRegistryType
All Implemented Interfaces:
Serializable, Comparable<ClientDynamicRegistryType>, Constable

@Environment(CLIENT) public enum ClientDynamicRegistryType extends Enum<ClientDynamicRegistryType>
Mappings:
Namespace Name
official ezb
intermediary net/minecraft/class_7756
named net/minecraft/client/network/ClientDynamicRegistryType
  • Enum Constant Details

    • STATIC

      public static final ClientDynamicRegistryType 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

      public static final 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

      private static final List<ClientDynamicRegistryType> 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

      private static final DynamicRegistryManager.Immutable 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

      public static ClientDynamicRegistryType[] 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 ClientDynamicRegistryType 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<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;