Class TAbstractMappedRegistry<T>

java.lang.Object
io.github.thecsdev.tcdcommons.api.registry.TAbstractMappedRegistry<T>
All Implemented Interfaces:
TRegistry<T>, Iterable<Map.Entry<net.minecraft.util.Identifier,T>>
Direct Known Subclasses:
TImmutableRegistry, TMutableRegistry, TSimpleRegistry

public abstract class TAbstractMappedRegistry<T> extends Object implements TRegistry<T>
A TRegistry that uses HashBiMaps to store data about registered entries.
See Also: