Package net.minecraftforge.registries
Interface IForgeRegistryInternal<V>
- All Superinterfaces:
- IForgeRegistry<V>,- Iterable<V>
- All Known Implementing Classes:
- ForgeRegistry
- 
Nested Class SummaryNested classes/interfaces inherited from interface net.minecraftforge.registries.IForgeRegistryIForgeRegistry.AddCallback<V>, IForgeRegistry.BakeCallback<V>, IForgeRegistry.ClearCallback<V>, IForgeRegistry.CreateCallback<V>, IForgeRegistry.MissingFactory<V>, IForgeRegistry.ValidateCallback<V>
- 
Method SummaryModifier and TypeMethodDescriptiongetValue(int id) voidregister(int id, ResourceLocation key, V value) voidsetSlaveMap(ResourceLocation name, Object obj) Methods inherited from interface net.minecraftforge.registries.IForgeRegistrycontainsKey, containsValue, getCodec, getDefaultKey, getDelegate, getDelegate, getDelegate, getDelegateOrThrow, getDelegateOrThrow, getDelegateOrThrow, getEntries, getHolder, getHolder, getHolder, getKey, getKeys, getRegistryKey, getRegistryName, getResourceKey, getSlaveMap, getValue, getValues, isEmpty, register, register, tagsMethods inherited from interface java.lang.IterableforEach, iterator, spliterator
- 
Method Details- 
setSlaveMap
- 
register
- 
getValue
 
-