Interface IForgeRegistryModifiable<V>

All Superinterfaces:
IForgeRegistry<V>, Iterable<V>
All Known Implementing Classes:
ForgeRegistry

public interface IForgeRegistryModifiable<V> extends IForgeRegistry<V>
  • Method Details

    • clear

      void clear()
    • remove

      V remove(ResourceLocation key)
    • isLocked

      boolean isLocked()