Class Registry<T>

java.lang.Object
net.minecraft.util.registry.Registry<T>
All Implemented Interfaces:
com.mojang.serialization.Codec<T>, com.mojang.serialization.Decoder<T>, com.mojang.serialization.Encoder<T>, com.mojang.serialization.Keyable, Iterable<T>, IObjectIntIterable<T>
Direct Known Subclasses:
MutableRegistry

public abstract class Registry<T> extends Object implements com.mojang.serialization.Codec<T>, com.mojang.serialization.Keyable, IObjectIntIterable<T>