Package net.minecraftforge.registries
Interface IForgeRegistryModifiable<V>
- All Superinterfaces:
IForgeRegistry<V>
,Iterable<V>
- All Known Implementing Classes:
ForgeRegistry
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraftforge.registries.IForgeRegistry
IForgeRegistry.AddCallback<V>, IForgeRegistry.BakeCallback<V>, IForgeRegistry.ClearCallback<V>, IForgeRegistry.CreateCallback<V>, IForgeRegistry.DummyFactory<V>, IForgeRegistry.MissingFactory<V>, IForgeRegistry.ValidateCallback<V>
-
Method Summary
Methods inherited from interface net.minecraftforge.registries.IForgeRegistry
containsKey, containsValue, getCodec, getDefaultKey, getDelegate, getDelegate, getDelegate, getDelegateOrThrow, getDelegateOrThrow, getDelegateOrThrow, getEntries, getHolder, getHolder, getHolder, getKey, getKeys, getRegistryKey, getRegistryName, getResourceKey, getSlaveMap, getValue, getValues, isEmpty, register, register, tags
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
Method Details
-
clear
void clear() -
remove
-
isLocked
boolean isLocked()
-