Class TSimpleRegistry<T>

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

public final class TSimpleRegistry<T> extends TAbstractMappedRegistry<T>
A simple TRegistry that allows registering new entries, but prohibits unregistering existing entries.
See Also:
  • Constructor Details

    • TSimpleRegistry

      public TSimpleRegistry()
  • Method Details