Class MappedRegistry<T>

All Implemented Interfaces:
com.mojang.serialization.Keyable, Iterable<T>, IdMap<T>, Registry<T>, WritableRegistry<T>, IRegistryExtension<T>
Direct Known Subclasses:
DefaultedMappedRegistry

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