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.delegateprivate ForgeRegistry<T>NamespacedWrapper.delegateprivate ForgeRegistry<?>ObjectHolderRef.registryFields in net.minecraftforge.registries with type parameters of type ForgeRegistryModifier and TypeFieldDescriptionprivate static final BiConsumer<ResourceLocation,ForgeRegistry<?>> GameData.LOCK_VANILLA(package private) com.google.common.collect.BiMap<ResourceLocation,ForgeRegistry<? extends IForgeRegistryEntry<?>>> RegistryManager.registriesMethods 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(RegistryKey<? 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 TypeMethodDescriptionvoidForgeRegistry.loadIds(Map<ResourceLocation, Integer> ids, Map<ResourceLocation, String> overrides, Map<ResourceLocation, Integer> missing, Map<ResourceLocation, Integer[]> remapped, ForgeRegistry<V> old, ResourceLocation name) (package private) voidForgeRegistry.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) voidForgeRegistry.sync(ResourceLocation name, ForgeRegistry<V> from) Constructors in net.minecraftforge.registries with parameters of type ForgeRegistryModifierConstructorDescriptionprivateNamespacedDefaultedWrapper(ForgeRegistry<T> owner) NamespacedWrapper(ForgeRegistry<T> owner)