Package net.minecraft.util.registry
Class SimpleRegistry.Entry<T>
- java.lang.Object
-
- net.minecraft.util.registry.SimpleRegistry.Entry<T>
-
- Enclosing class:
- SimpleRegistry<T>
public static class SimpleRegistry.Entry<T> extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Entry(RegistryKey<T> p_i242072_1_, int p_i242072_2_, T p_i242072_3_)
-
-
-
Field Detail
-
key
public final RegistryKey<T> key
-
id
public final int id
-
value
public final T value
-
-
Constructor Detail
-
Entry
public Entry(RegistryKey<T> p_i242072_1_, int p_i242072_2_, T p_i242072_3_)
-
-