Package net.minecraftforge.registries
Interface IForgeRegistryInternal<V extends IForgeRegistryEntry<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 extends IForgeRegistryEntry<V>>, IForgeRegistry.BakeCallback<V extends IForgeRegistryEntry<V>>, IForgeRegistry.ClearCallback<V extends IForgeRegistryEntry<V>>, IForgeRegistry.CreateCallback<V extends IForgeRegistryEntry<V>>, IForgeRegistry.DummyFactory<V extends IForgeRegistryEntry<V>>, IForgeRegistry.MissingFactory<V extends IForgeRegistryEntry<V>>, IForgeRegistry.ValidateCallback<V extends IForgeRegistryEntry<V>>
-
Method Summary
Methods inherited from interface net.minecraftforge.registries.IForgeRegistry
containsKey, containsValue, getDefaultKey, getEntries, getKey, getKeys, getRegistryName, getRegistrySuperType, getSlaveMap, getValue, getValues, isEmpty, register, registerAll
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
Method Details
-
setSlaveMap
-