Uses of Class
net.minecraftforge.registries.ForgeRegistry
-
Uses of ForgeRegistry in net.minecraftforge.registries
Modifier and TypeFieldDescriptionprivate ForgeRegistry<T>
NamespacedDefaultedWrapper.delegate
private ForgeRegistry<T>
NamespacedWrapper.delegate
private ForgeRegistry<?>
ObjectHolderRef.registry
Modifier and TypeFieldDescriptionprivate static BiConsumer<ResourceLocation,ForgeRegistry<?>>
GameData.LOCK_VANILLA
(package private) com.google.common.collect.BiMap<ResourceLocation,ForgeRegistry<? extends IForgeRegistryEntry<?>>>
RegistryManager.registries
Modifier and TypeMethodDescription(package private) ForgeRegistry<V>
ForgeRegistry.copy(RegistryManager stage)
(package private) <V extends IForgeRegistryEntry<V>>
ForgeRegistry<V>RegistryManager.createRegistry(ResourceLocation name, RegistryBuilder<V> builder)
<V extends IForgeRegistryEntry<V>>
ForgeRegistry<V>RegistryManager.getRegistry(ResourceKey<? extends Registry<V>> key)
<V extends IForgeRegistryEntry<V>>
ForgeRegistry<V>RegistryManager.getRegistry(ResourceLocation key)
<V extends IForgeRegistryEntry<V>>
ForgeRegistry<V>RegistryManager.getRegistry(ResourceLocation key, RegistryManager other)
private ForgeRegistry<?>
ObjectHolderRef.getRegistryForType(Field field)
Modifier and TypeMethodDescriptionvoid
ForgeRegistry.loadIds(Map<ResourceLocation,Integer> ids, Map<ResourceLocation,String> overrides, Map<ResourceLocation,Integer> missing, Map<ResourceLocation,Integer[]> remapped, ForgeRegistry<V> old, ResourceLocation name)
(package private) void
ForgeRegistry.processMissingEvent(ResourceLocation name, ForgeRegistry<V> pool, List<RegistryEvent.MissingMappings.Mapping<V>> mappings, Map<ResourceLocation,Integer> missing, Map<ResourceLocation,Integer[]> remaps, Collection<ResourceLocation> defaulted, Collection<ResourceLocation> failed, boolean injectNetworkDummies)
(package private) void
ForgeRegistry.sync(ResourceLocation name, ForgeRegistry<V> from)
ModifierConstructorDescriptionprivate
NamespacedDefaultedWrapper(ForgeRegistry<T> owner)
NamespacedWrapper(ForgeRegistry<T> owner)