Class TMutableRegistry<T>

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

public final class TMutableRegistry<T> extends TAbstractMappedRegistry<T>
A TRegistry that allows for both registering and unregistering entries.
See Also:
  • Constructor Details

    • TMutableRegistry

      public TMutableRegistry()