Package net.minecraftforge.registries
Interface IForgeRegistryInternal<V extends IForgeRegistryEntry<V>>
-
- All Superinterfaces:
IForgeRegistry<V>
,java.lang.Iterable<V>
- All Known Implementing Classes:
ForgeRegistry
public interface IForgeRegistryInternal<V extends IForgeRegistryEntry<V>> extends IForgeRegistry<V>
-
-
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setSlaveMap(ResourceLocation name, java.lang.Object obj)
-
Methods inherited from interface net.minecraftforge.registries.IForgeRegistry
containsKey, containsValue, getDefaultKey, getEntries, getKey, getKeys, getRegistryName, getRegistrySuperType, getSlaveMap, getValue, getValues, isEmpty, register, registerAll
-
-
-
-
Method Detail
-
setSlaveMap
void setSlaveMap(ResourceLocation name, java.lang.Object obj)
-
-