Interface IForgeRegistryModifiable<V extends IForgeRegistryEntry<V>>

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

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

    • clear

      void clear()
    • remove

      V remove(ResourceLocation key)
    • isLocked

      boolean isLocked()