Package net.minecraft.util.registry
Class SimpleRegistry.RegistryManagerEntry<T>
java.lang.Object
net.minecraft.util.registry.SimpleRegistry.RegistryManagerEntry<T>
- Enclosing class:
- SimpleRegistry<T>
public static class SimpleRegistry.RegistryManagerEntry<T> extends Object
- Mappings:
Namespace Name official gi$a
intermediary net/minecraft/class_2370$class_5501
named net/minecraft/util/registry/SimpleRegistry$RegistryManagerEntry
-
Field Summary
-
Constructor Summary
Constructors Constructor Description RegistryManagerEntry(RegistryKey<T> key, int rawId, T entry)
-
Method Summary
-
Field Details
-
key
- Mappings:
Namespace Name Mixin selector official a
Lgi$a;a:Lwa;
intermediary field_26684
Lnet/minecraft/class_2370$class_5501;field_26684:Lnet/minecraft/class_5321;
named key
Lnet/minecraft/util/registry/SimpleRegistry$RegistryManagerEntry;key:Lnet/minecraft/util/registry/RegistryKey;
-
rawId
public final int rawId- Mappings:
Namespace Name Mixin selector official b
Lgi$a;b:I
intermediary field_26685
Lnet/minecraft/class_2370$class_5501;field_26685:I
named rawId
Lnet/minecraft/util/registry/SimpleRegistry$RegistryManagerEntry;rawId:I
-
entry
- Mappings:
Namespace Name Mixin selector official c
Lgi$a;c:Ljava/lang/Object;
intermediary field_26686
Lnet/minecraft/class_2370$class_5501;field_26686:Ljava/lang/Object;
named entry
Lnet/minecraft/util/registry/SimpleRegistry$RegistryManagerEntry;entry:Ljava/lang/Object;
-
-
Constructor Details
-
RegistryManagerEntry
- Mappings:
Namespace Name Mixin selector official <init>
Lgi$a;<init>(Lwa;ILjava/lang/Object;)V
intermediary <init>
Lnet/minecraft/class_2370$class_5501;<init>(Lnet/minecraft/class_5321;ILjava/lang/Object;)V
named <init>
Lnet/minecraft/util/registry/SimpleRegistry$RegistryManagerEntry;<init>(Lnet/minecraft/util/registry/RegistryKey;ILjava/lang/Object;)V
-