Interface Registry<T>

All Superinterfaces:
HolderGetter<T>, HolderLookup<T>, HolderLookup.RegistryLookup<T>, HolderOwner<T>, IdMap<T>, IRegistryExtension<T>, Iterable<T>, com.mojang.serialization.Keyable
All Known Subinterfaces:
DefaultedRegistry<T>, WritableRegistry<T>
All Known Implementing Classes:
BaseMappedRegistry, DefaultedMappedRegistry, MappedRegistry

public interface Registry<T> extends com.mojang.serialization.Keyable, HolderLookup.RegistryLookup<T>, IdMap<T>, IRegistryExtension<T>