Interface Registry<T>

All Superinterfaces:
IdMap<T>, Iterable<T>, com.mojang.serialization.Keyable
All Known Subinterfaces:
DefaultedRegistry<T>, WritableRegistry<T>
All Known Implementing Classes:
DefaultedMappedRegistry, MappedRegistry, NamespacedDefaultedWrapper, NamespacedWrapper

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