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
-
Field Summary
-
Constructor Summary
Constructors Constructor Description RegistryManagerEntry(RegistryKey<T> key, int rawId, T entry)
-
Method Summary
-
Field Details
-
key
-
rawId
public final int rawId -
entry
-
-
Constructor Details
-
RegistryManagerEntry
-