Class TImmutableRegistry<T>

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

public final class TImmutableRegistry<T> extends TAbstractMappedRegistry<T>
A TRegistry that does not allow for registering new entries or unregistering existing entries.
See Also: