Interface IRegistry<T extends MappedEntity>

All Superinterfaces:
BiFunction<ClientVersion,Integer,T>
All Known Implementing Classes:
SimpleRegistry, VersionedRegistry

public interface IRegistry<T extends MappedEntity> extends BiFunction<ClientVersion,Integer,T>