Class MappedRegistry<T>

java.lang.Object
net.minecraft.core.MappedRegistry<T>
All Implemented Interfaces:
com.mojang.serialization.Keyable, Iterable<T>, IdMap<T>, Registry<T>, WritableRegistry<T>
Direct Known Subclasses:
DefaultedMappedRegistry, NamespacedWrapper

public class MappedRegistry<T> extends Object implements WritableRegistry<T>