Uses of Record Class
net.minecraft.core.RegistrySetBuilder.PatchedRegistries
Packages that use RegistrySetBuilder.PatchedRegistries
Package
Description
-
Uses of RegistrySetBuilder.PatchedRegistries in net.minecraft.core
Methods in net.minecraft.core that return RegistrySetBuilder.PatchedRegistriesModifier and TypeMethodDescriptionRegistrySetBuilder.buildPatch
(RegistryAccess pRegistryAccess, HolderLookup.Provider pLookupProvider, Cloner.Factory pClonerFactory) -
Uses of RegistrySetBuilder.PatchedRegistries in net.minecraft.data.registries
Methods in net.minecraft.data.registries that return types with arguments of type RegistrySetBuilder.PatchedRegistriesModifier and TypeMethodDescriptionRegistryPatchGenerator.createLookup
(CompletableFuture<HolderLookup.Provider> pLookup, RegistrySetBuilder pRegistrySetBuilder) TradeRebalanceRegistries.createLookup
(CompletableFuture<HolderLookup.Provider> pProvider) -
Uses of RegistrySetBuilder.PatchedRegistries in net.neoforged.neoforge.common.data
Constructor parameters in net.neoforged.neoforge.common.data with type arguments of type RegistrySetBuilder.PatchedRegistriesModifierConstructorDescriptionDatapackBuiltinEntriesProvider
(PackOutput output, CompletableFuture<RegistrySetBuilder.PatchedRegistries> registries, Consumer<BiConsumer<ResourceKey<?>, ICondition>> conditionsBuilder, Set<String> modIds) Constructs a new datapack provider which generates all registry objects from the provided mods using the holder.DatapackBuiltinEntriesProvider
(PackOutput output, CompletableFuture<RegistrySetBuilder.PatchedRegistries> registries, Map<ResourceKey<?>, List<ICondition>> conditions, Set<String> modIds) Constructs a new datapack provider which generates all registry objects from the provided mods using the holder.DatapackBuiltinEntriesProvider
(PackOutput output, CompletableFuture<RegistrySetBuilder.PatchedRegistries> registries, Set<String> modIds) Constructs a new datapack provider which generates all registry objects from the provided mods using the holder.