Package net.minecraftforge.registries
Interface IForgeRegistryInternal<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
Modifier and TypeMethodDescriptiongetValue
(int id) void
register
(int id, ResourceLocation key, V value) void
setSlaveMap
(ResourceLocation name, Object obj) 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
-
setSlaveMap
-
register
-
getValue
-