Uses of Class
net.minecraftforge.registries.ForgeRegistry
Packages that use ForgeRegistry
-
Uses of ForgeRegistry in net.minecraftforge.registries
Fields in net.minecraftforge.registries declared as ForgeRegistryModifier and TypeFieldDescriptionprivate ForgeRegistry<T>
NamespacedDefaultedWrapper.delegate
private ForgeRegistry<T>
NamespacedWrapper.delegate
private ForgeRegistry<?>
ObjectHolderRef.registry
Fields in net.minecraftforge.registries with type parameters of type ForgeRegistryModifier and TypeFieldDescriptionprivate static BiConsumer<ResourceLocation,ForgeRegistry<?>>
GameData.LOCK_VANILLA
(package private) com.google.common.collect.BiMap<ResourceLocation,ForgeRegistry<? extends IForgeRegistryEntry<?>>>
RegistryManager.registries
Methods in net.minecraftforge.registries that return ForgeRegistryModifier 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)
Methods in net.minecraftforge.registries with parameters of type ForgeRegistryModifier 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)
Constructors in net.minecraftforge.registries with parameters of type ForgeRegistryModifierConstructorDescriptionprivate
NamespacedDefaultedWrapper(ForgeRegistry<T> owner)
NamespacedWrapper(ForgeRegistry<T> owner)