Uses of Interface
net.minecraft.core.RegistryAccess
Packages that use RegistryAccess
Package
Description
-
Uses of RegistryAccess in net.minecraft.client.gui.screens
Constructors in net.minecraft.client.gui.screens with parameters of type RegistryAccess -
Uses of RegistryAccess in net.minecraft.client.gui.screens.worldselection
Constructors in net.minecraft.client.gui.screens.worldselection with parameters of type RegistryAccessModifierConstructorDescriptionprivate
OptimizeWorldScreen
(it.unimi.dsi.fastutil.booleans.BooleanConsumer pCallback, com.mojang.datafixers.DataFixer pDataFixer, LevelStorageSource.LevelStorageAccess pLevelStorage, WorldData pWorldData, boolean pEraseCache, RegistryAccess pRegistryAccess) -
Uses of RegistryAccess in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer that return RegistryAccessModifier and TypeMethodDescriptionprivate RegistryAccess
RegistryDataCollector.loadNewElementsAndTags
(ResourceProvider pResourceProvider, RegistryDataCollector.ContentsCollector pContentCollector, boolean pIsMemoryConnection) ClientSuggestionProvider.registryAccess()
-
Uses of RegistryAccess in net.minecraft.client.player.inventory
Methods in net.minecraft.client.player.inventory with parameters of type RegistryAccessModifier and TypeMethodDescriptionvoid
Hotbar.storeFrom
(Inventory pInventory, RegistryAccess pRegistryAccess) -
Uses of RegistryAccess in net.minecraft.commands
Methods in net.minecraft.commands that return RegistryAccessModifier and TypeMethodDescriptionCommandSourceStack.registryAccess()
SharedSuggestionProvider.registryAccess()
-
Uses of RegistryAccess in net.minecraft.core
Subinterfaces of RegistryAccess in net.minecraft.coreClasses in net.minecraft.core that implement RegistryAccessMethods in net.minecraft.core with parameters of type RegistryAccessModifier and TypeMethodDescriptionRegistrySetBuilder.build
(RegistryAccess pRegistryAccess) RegistrySetBuilder.buildPatch
(RegistryAccess pRegistryAccess, HolderLookup.Provider pLookupProvider, Cloner.Factory pClonerFactory) private static HolderLookup.Provider
RegistrySetBuilder.buildProviderWithContext
(RegistrySetBuilder.UniversalOwner pOwner, RegistryAccess pRegistryAccess, Stream<HolderLookup.RegistryLookup<?>> pLookups) RegistrySetBuilder.BuildState.create
(RegistryAccess pRegistryAccess, Stream<ResourceKey<? extends Registry<?>>> pRegistries) private HolderLookup.Provider
RegistrySetBuilder.createLazyFullPatchedRegistries
(RegistryAccess pRegistry, HolderLookup.Provider pLookupProvider, Cloner.Factory pClonerFactory, Map<ResourceKey<? extends Registry<?>>, RegistrySetBuilder.RegistryContents<?>> pRegistries, HolderLookup.Provider pRegistryLookupProvider) private RegistrySetBuilder.BuildState
RegistrySetBuilder.createState
(RegistryAccess pRegistryAccess) private static Stream
<RegistryAccess.RegistryEntry<?>> RegistrySynchronization.ownedNetworkableRegistries
(RegistryAccess pRegistryAccess) static void
RegistrySynchronization.packRegistries
(com.mojang.serialization.DynamicOps<Tag> pOps, RegistryAccess pRegistryAccess, Set<KnownPack> pPacks, BiConsumer<ResourceKey<? extends Registry<?>>, List<RegistrySynchronization.PackedRegistryEntry>> pPacketSender) private static <T> void
RegistrySynchronization.packRegistry
(com.mojang.serialization.DynamicOps<Tag> pOps, RegistryDataLoader.RegistryData<T> pRegistryData, RegistryAccess pRegistryAccess, Set<KnownPack> pPacks, BiConsumer<ResourceKey<? extends Registry<?>>, List<RegistrySynchronization.PackedRegistryEntry>> pPacketSender) Method parameters in net.minecraft.core with type arguments of type RegistryAccessModifier and TypeMethodDescriptionprivate static Map
<ResourceKey<? extends Registry<?>>, Registry<?>> LayeredRegistryAccess.collectRegistries
(Stream<? extends RegistryAccess> pAccesses) -
Uses of RegistryAccess in net.minecraft.gametest.framework
Methods in net.minecraft.gametest.framework with parameters of type RegistryAccessModifier and TypeMethodDescriptionstatic Stream
<Holder.Reference<GameTestInstance>> GameTestServer.getTestsForSelection
(RegistryAccess pRegistries, String pSelection) -
Uses of RegistryAccess in net.minecraft.network
Fields in net.minecraft.network declared as RegistryAccessModifier and TypeFieldDescriptionprivate final RegistryAccess
RegistryFriendlyByteBuf.registryAccess
Methods in net.minecraft.network that return RegistryAccessMethods in net.minecraft.network with parameters of type RegistryAccessModifier and TypeMethodDescriptionstatic Function
<io.netty.buffer.ByteBuf, RegistryFriendlyByteBuf> RegistryFriendlyByteBuf.decorator
(RegistryAccess pRegistry) Deprecated.Neo: use overload with ConnectionType contextstatic Function
<io.netty.buffer.ByteBuf, RegistryFriendlyByteBuf> RegistryFriendlyByteBuf.decorator
(RegistryAccess pRegistry, ConnectionType connectionType) Constructors in net.minecraft.network with parameters of type RegistryAccessModifierConstructorDescriptionRegistryFriendlyByteBuf
(io.netty.buffer.ByteBuf pSource, RegistryAccess pRegistryAccess) Deprecated.Neo: use overload with ConnectionType contextRegistryFriendlyByteBuf
(io.netty.buffer.ByteBuf pSource, RegistryAccess pRegistryAccess, ConnectionType connectionType) -
Uses of RegistryAccess in net.minecraft.network.chat
Methods in net.minecraft.network.chat with parameters of type RegistryAccessModifier and TypeMethodDescriptionstatic ChatType.Bound
ChatType.bind
(ResourceKey<ChatType> pChatTypeKey, RegistryAccess pRegistryAccess, Component pName) -
Uses of RegistryAccess in net.minecraft.network.protocol.game
Method parameters in net.minecraft.network.protocol.game with type arguments of type RegistryAccessModifier and TypeMethodDescriptionClientboundBlockEntityDataPacket.create
(BlockEntity pBlockEntity, BiFunction<BlockEntity, RegistryAccess, CompoundTag> pDataGetter) -
Uses of RegistryAccess in net.minecraft.server
Methods in net.minecraft.server with parameters of type RegistryAccessModifier and TypeMethodDescriptionprivate static void
Main.forceUpgrade
(LevelStorageSource.LevelStorageAccess pLevelStorage, WorldData pWorldData, com.mojang.datafixers.DataFixer pDataFixer, boolean pEraseCache, BooleanSupplier pRunning, RegistryAccess pRegistryAccess, boolean pRecreateRegionFiles) -
Uses of RegistryAccess in net.minecraft.server.dedicated
Methods in net.minecraft.server.dedicated with parameters of type RegistryAccessModifier and TypeMethodDescriptionprotected DedicatedServerProperties
DedicatedServerProperties.reload
(RegistryAccess p_139761_, Properties p_139762_) protected abstract T
Settings.reload
(RegistryAccess pRegistryAccess, Properties pProperties) Settings.MutableValue.update
(RegistryAccess pRegistryAccess, V pNewValue) -
Uses of RegistryAccess in net.minecraft.server.level
Methods in net.minecraft.server.level that return RegistryAccess -
Uses of RegistryAccess in net.minecraft.tags
Methods in net.minecraft.tags with parameters of type RegistryAccessModifier and TypeMethodDescriptionstatic List
<Registry.PendingTags<?>> TagLoader.loadTagsForExistingRegistries
(ResourceManager pResourceManager, RegistryAccess pRegistryAccess) -
Uses of RegistryAccess in net.minecraft.util.worldupdate
Constructors in net.minecraft.util.worldupdate with parameters of type RegistryAccessModifierConstructorDescriptionWorldUpgrader
(LevelStorageSource.LevelStorageAccess pLevelStorage, com.mojang.datafixers.DataFixer pDataFixer, WorldData pWorldData, RegistryAccess pRegistryAccess, boolean pEraseCache, boolean pRecreateRegionFiles) -
Uses of RegistryAccess in net.minecraft.world.damagesource
Constructors in net.minecraft.world.damagesource with parameters of type RegistryAccess -
Uses of RegistryAccess in net.minecraft.world.entity
Methods in net.minecraft.world.entity that return RegistryAccess -
Uses of RegistryAccess in net.minecraft.world.entity.ai.village.poi
Constructors in net.minecraft.world.entity.ai.village.poi with parameters of type RegistryAccessModifierConstructorDescriptionPoiManager
(RegionStorageInfo pInfo, Path pFolder, com.mojang.datafixers.DataFixer pFixerUpper, boolean pSync, RegistryAccess pRegistryAccess, ChunkIOErrorReporter pErrorReporter, LevelHeightAccessor pLevelHeightAccessor) -
Uses of RegistryAccess in net.minecraft.world.entity.animal
Methods in net.minecraft.world.entity.animal with parameters of type RegistryAccessModifier and TypeMethodDescriptionstatic Optional
<Holder.Reference<CatVariant>> CatVariants.selectVariantToSpawn
(RandomSource pRandom, RegistryAccess pRegistryAccess, SpawnContext pContext) static Optional
<Holder.Reference<ChickenVariant>> ChickenVariants.selectVariantToSpawn
(RandomSource pRandom, RegistryAccess pRegistryAccess, SpawnContext pSpawnContext) static Optional
<Holder.Reference<CowVariant>> CowVariants.selectVariantToSpawn
(RandomSource pRandom, RegistryAccess pRegistryAccess, SpawnContext pContext) static Optional
<Holder.Reference<PigVariant>> PigVariants.selectVariantToSpawn
(RandomSource pRandom, RegistryAccess pRegistryAccess, SpawnContext pContext) -
Uses of RegistryAccess in net.minecraft.world.entity.animal.frog
Methods in net.minecraft.world.entity.animal.frog with parameters of type RegistryAccessModifier and TypeMethodDescriptionstatic Optional
<Holder.Reference<FrogVariant>> FrogVariants.selectVariantToSpawn
(RandomSource pSource, RegistryAccess pRegistryAccess, SpawnContext pContext) -
Uses of RegistryAccess in net.minecraft.world.entity.animal.wolf
Methods in net.minecraft.world.entity.animal.wolf with parameters of type RegistryAccessModifier and TypeMethodDescriptionstatic Holder
<WolfSoundVariant> WolfSoundVariants.pickRandomSoundVariant
(RegistryAccess pRegistryAccess, RandomSource pRandom) static Optional
<? extends Holder<WolfVariant>> WolfVariants.selectVariantToSpawn
(RandomSource pRandom, RegistryAccess pRegistryAccess, SpawnContext pContext) -
Uses of RegistryAccess in net.minecraft.world.entity.variant
Methods in net.minecraft.world.entity.variant with parameters of type RegistryAccessModifier and TypeMethodDescriptionstatic <T> Holder
<T> VariantUtils.getAny
(RegistryAccess pRegistryAccess, ResourceKey<? extends Registry<T>> pRegistryKey) static <T> Holder
<T> VariantUtils.getDefaultOrAny
(RegistryAccess pRegistryAccess, ResourceKey<T> pKey) VariantUtils.readVariant
(CompoundTag pTag, RegistryAccess pRegistryAccess, ResourceKey<? extends Registry<T>> pRegistryKey) -
Uses of RegistryAccess in net.minecraft.world.inventory
Methods in net.minecraft.world.inventory with parameters of type RegistryAccessModifier and TypeMethodDescriptionprivate List
<EnchantmentInstance> EnchantmentMenu.getEnchantmentList
(RegistryAccess pRegistryAccess, ItemStack pStack, int pSlot, int pCost) -
Uses of RegistryAccess in net.minecraft.world.item.alchemy
Methods in net.minecraft.world.item.alchemy with parameters of type RegistryAccessModifier and TypeMethodDescriptionstatic PotionBrewing
PotionBrewing.bootstrap
(FeatureFlagSet pEnabledFeatures, RegistryAccess registryAccess) -
Uses of RegistryAccess in net.minecraft.world.item.enchantment
Methods in net.minecraft.world.item.enchantment with parameters of type RegistryAccessModifier and TypeMethodDescriptionstatic ItemStack
EnchantmentHelper.enchantItem
(RandomSource pRandom, ItemStack pStack, int pLevel, RegistryAccess pRegistryAccess, Optional<? extends HolderSet<Enchantment>> pPossibleEnchantments) static void
EnchantmentHelper.enchantItemFromProvider
(ItemStack pStack, RegistryAccess pRegistries, ResourceKey<EnchantmentProvider> pKey, DifficultyInstance pDifficulty, RandomSource pRandom) -
Uses of RegistryAccess in net.minecraft.world.level
Fields in net.minecraft.world.level declared as RegistryAccessMethods in net.minecraft.world.level that return RegistryAccessModifier and TypeMethodDescriptionLevel.registryAccess()
LevelReader.registryAccess()
StructureManager.registryAccess()
Constructors in net.minecraft.world.level with parameters of type RegistryAccessModifierConstructorDescriptionprotected
Level
(WritableLevelData pLevelData, ResourceKey<Level> pDimension, RegistryAccess pRegistryAccess, Holder<DimensionType> pDimensionTypeRegistration, boolean pIsClientSide, boolean pIsDebug, long pBiomeZoomSeed, int pMaxChainedNeighborUpdates) -
Uses of RegistryAccess in net.minecraft.world.level.block.entity
Methods in net.minecraft.world.level.block.entity with parameters of type RegistryAccessModifier and TypeMethodDescriptionprivate static boolean
AbstractFurnaceBlockEntity.burn
(RegistryAccess pRegistryAccess, RecipeHolder<? extends AbstractCookingRecipe> pRecipe, SingleRecipeInput pRecipeInput, NonNullList<ItemStack> pItems, int pMaxStackSize) private static boolean
AbstractFurnaceBlockEntity.canBurn
(RegistryAccess pRegistryAccess, RecipeHolder<? extends AbstractCookingRecipe> pRecipe, SingleRecipeInput pRecipeInput, NonNullList<ItemStack> pItems, int pMaxStackSize) -
Uses of RegistryAccess in net.minecraft.world.level.chunk
Methods in net.minecraft.world.level.chunk with parameters of type RegistryAccessModifier and TypeMethodDescriptionvoid
ChunkGenerator.createStructures
(RegistryAccess pRegistryAccess, ChunkGeneratorStructureState pStructureState, StructureManager pStructureManager, ChunkAccess pChunk, StructureTemplateManager pStructureTemplateManager, ResourceKey<Level> pLevel) private boolean
ChunkGenerator.tryGenerateStructure
(StructureSet.StructureSelectionEntry pStructureSelectionEntry, StructureManager pStructureManager, RegistryAccess pRegistryAccess, RandomState pRandom, StructureTemplateManager pStructureTemplateManager, long pSeed, ChunkAccess pChunk, ChunkPos pChunkPos, SectionPos pSectionPos, ResourceKey<Level> pLevel) -
Uses of RegistryAccess in net.minecraft.world.level.chunk.storage
Fields in net.minecraft.world.level.chunk.storage declared as RegistryAccessMethods in net.minecraft.world.level.chunk.storage with parameters of type RegistryAccessModifier and TypeMethodDescriptionstatic SerializableChunkData
SerializableChunkData.parse
(LevelHeightAccessor pLevelHeightAccessor, RegistryAccess pRegistries, CompoundTag pTag) SerializableChunkData.unpackStructureReferences
(RegistryAccess pRegistries, ChunkPos pPos, CompoundTag pTag) Constructors in net.minecraft.world.level.chunk.storage with parameters of type RegistryAccessModifierConstructorDescriptionSectionStorage
(SimpleRegionStorage pSimpleRegionStorage, com.mojang.serialization.Codec<P> pCodec, Function<R, P> pPacker, BiFunction<P, Runnable, R> pUnpacker, Function<Runnable, R> pFactory, RegistryAccess pRegistryAccess, ChunkIOErrorReporter pErrorReporter, LevelHeightAccessor pLevelHeightAccessor) -
Uses of RegistryAccess in net.minecraft.world.level.levelgen
Methods in net.minecraft.world.level.levelgen with parameters of type RegistryAccessModifier and TypeMethodDescriptionstatic <T> com.mojang.serialization.DataResult
<T> WorldGenSettings.encode
(com.mojang.serialization.DynamicOps<T> pOps, WorldOptions pOptions, RegistryAccess pAccess) -
Uses of RegistryAccess in net.minecraft.world.level.levelgen.carver
Fields in net.minecraft.world.level.levelgen.carver declared as RegistryAccessMethods in net.minecraft.world.level.levelgen.carver that return RegistryAccessConstructors in net.minecraft.world.level.levelgen.carver with parameters of type RegistryAccessModifierConstructorDescriptionCarvingContext
(NoiseBasedChunkGenerator pGenerator, RegistryAccess pRegistryAccess, LevelHeightAccessor pLevel, NoiseChunk pNoiseChunk, RandomState pRandomState, SurfaceRules.RuleSource pSurfaceRule) -
Uses of RegistryAccess in net.minecraft.world.level.levelgen.structure
Fields in net.minecraft.world.level.levelgen.structure declared as RegistryAccessModifier and TypeFieldDescriptionprivate final RegistryAccess
Structure.GenerationContext.registryAccess
The field for theregistryAccess
record component.private final RegistryAccess
StructureCheck.registryAccess
Methods in net.minecraft.world.level.levelgen.structure that return RegistryAccessModifier and TypeMethodDescriptionStructure.GenerationContext.registryAccess()
Returns the value of theregistryAccess
record component.Methods in net.minecraft.world.level.levelgen.structure with parameters of type RegistryAccessModifier and TypeMethodDescriptionStructure.generate
(Holder<Structure> pStructure, ResourceKey<Level> pLevel, RegistryAccess pRegistryAccess, ChunkGenerator pChunkGenerator, BiomeSource pBiomeSource, RandomState pRandomState, StructureTemplateManager pStructureTemplateManager, long pSeed, ChunkPos pChunkPos, int pReferences, LevelHeightAccessor pHeightAccessor, Predicate<Holder<Biome>> pValidBiome) Constructors in net.minecraft.world.level.levelgen.structure with parameters of type RegistryAccessModifierConstructorDescriptionGenerationContext
(RegistryAccess p_226632_, ChunkGenerator p_226633_, BiomeSource p_226634_, RandomState p_226635_, StructureTemplateManager p_226636_, long p_226637_, ChunkPos p_226638_, LevelHeightAccessor p_226639_, Predicate<Holder<Biome>> p_226640_) GenerationContext
(RegistryAccess registryAccess, ChunkGenerator chunkGenerator, BiomeSource biomeSource, RandomState randomState, StructureTemplateManager structureTemplateManager, WorldgenRandom random, long seed, ChunkPos chunkPos, LevelHeightAccessor heightAccessor, Predicate<Holder<Biome>> validBiome) Creates an instance of aGenerationContext
record class.StructureCheck
(ChunkScanAccess pStorageAccess, RegistryAccess pRegistryAccess, StructureTemplateManager pStructureTemplateManager, ResourceKey<Level> pDimension, ChunkGenerator pChunkGenerator, RandomState pRandomState, LevelHeightAccessor pHeightAccessor, BiomeSource pBiomeSource, long pSeed, com.mojang.datafixers.DataFixer pFixerUpper) -
Uses of RegistryAccess in net.minecraft.world.level.levelgen.structure.pieces
Fields in net.minecraft.world.level.levelgen.structure.pieces declared as RegistryAccessModifier and TypeFieldDescriptionprivate final RegistryAccess
PieceGeneratorSupplier.Context.registryAccess
The field for theregistryAccess
record component.private final RegistryAccess
StructurePieceSerializationContext.registryAccess
The field for theregistryAccess
record component.Methods in net.minecraft.world.level.levelgen.structure.pieces that return RegistryAccessModifier and TypeMethodDescriptionPieceGeneratorSupplier.Context.registryAccess()
Returns the value of theregistryAccess
record component.StructurePieceSerializationContext.registryAccess()
Returns the value of theregistryAccess
record component.Constructors in net.minecraft.world.level.levelgen.structure.pieces with parameters of type RegistryAccessModifierConstructorDescriptionContext
(ChunkGenerator chunkGenerator, BiomeSource biomeSource, RandomState randomState, long seed, ChunkPos chunkPos, C config, LevelHeightAccessor heightAccessor, Predicate<Holder<Biome>> validBiome, StructureTemplateManager structureTemplateManager, RegistryAccess registryAccess) Creates an instance of aContext
record class.StructurePieceSerializationContext
(ResourceManager resourceManager, RegistryAccess registryAccess, StructureTemplateManager structureTemplateManager) Creates an instance of aStructurePieceSerializationContext
record class. -
Uses of RegistryAccess in net.minecraft.world.level.storage
Methods in net.minecraft.world.level.storage with parameters of type RegistryAccessModifier and TypeMethodDescriptionPrimaryLevelData.createTag
(RegistryAccess pRegistries, CompoundTag pHostPlayerNBT) WorldData.createTag
(RegistryAccess pRegistries, CompoundTag pHostPlayerNBT) void
LevelStorageSource.LevelStorageAccess.saveDataTag
(RegistryAccess pRegistries, WorldData pServerConfiguration) void
LevelStorageSource.LevelStorageAccess.saveDataTag
(RegistryAccess pRegistries, WorldData pServerConfiguration, CompoundTag pHostPlayerNBT) private void
PrimaryLevelData.setTagData
(RegistryAccess pRegistry, CompoundTag pNbt, CompoundTag pPlayerNBT) -
Uses of RegistryAccess in net.neoforged.neoforge.client
Methods in net.neoforged.neoforge.client that return RegistryAccessModifier and TypeMethodDescriptionClientCommandSourceStack.registryAccess()
Returns theRegistryAccess
from the client side. -
Uses of RegistryAccess in net.neoforged.neoforge.common
Methods in net.neoforged.neoforge.common with parameters of type RegistryAccessModifier and TypeMethodDescriptionstatic FuelValues
DataMapHooks.populateFuelValues
(RegistryAccess lookupProvider, FeatureFlagSet features) -
Uses of RegistryAccess in net.neoforged.neoforge.common.conditions
Fields in net.neoforged.neoforge.common.conditions declared as RegistryAccessMethods in net.neoforged.neoforge.common.conditions that return RegistryAccessModifier and TypeMethodDescriptionConditionContext.registryAccess()
default RegistryAccess
ICondition.IContext.registryAccess()
Constructors in net.neoforged.neoforge.common.conditions with parameters of type RegistryAccessModifierConstructorDescriptionConditionContext
(List<Registry.PendingTags<?>> pendingTags, RegistryAccess registryAccess, FeatureFlagSet enabledFeatures) -
Uses of RegistryAccess in net.neoforged.neoforge.common.util
Methods in net.neoforged.neoforge.common.util with parameters of type RegistryAccessModifier and TypeMethodDescriptionstatic byte[]
FriendlyByteBufUtil.writeCustomData
(Consumer<RegistryFriendlyByteBuf> dataWriter, RegistryAccess registryAccess) Writes custom data to aRegistryFriendlyByteBuf
, then returns the written data as a byte array. -
Uses of RegistryAccess in net.neoforged.neoforge.common.world
Methods in net.neoforged.neoforge.common.world with parameters of type RegistryAccessModifier and TypeMethodDescriptionboolean
ModifiableBiomeInfo.applyBiomeModifiers
(Holder<Biome> biome, List<BiomeModifier> biomeModifiers, RegistryAccess registryAccess) Internal NeoForge method. -
Uses of RegistryAccess in net.neoforged.neoforge.event
Fields in net.neoforged.neoforge.event declared as RegistryAccessModifier and TypeFieldDescriptionprivate final RegistryAccess
AddServerReloadListenersEvent.registryAccess
Methods in net.neoforged.neoforge.event that return RegistryAccessModifier and TypeMethodDescriptionAddServerReloadListenersEvent.getRegistryAccess()
Provides access to the loaded registries associated with these server resources.Methods in net.neoforged.neoforge.event with parameters of type RegistryAccessModifier and TypeMethodDescriptionstatic List
<PreparableReloadListener> EventHooks.onResourceReload
(ReloadableServerResources serverResources, RegistryAccess registryAccess) Fires theAddServerReloadListenersEvent
and returns the sorted list of reload listeners.Constructors in net.neoforged.neoforge.event with parameters of type RegistryAccessModifierConstructorDescriptionAddServerReloadListenersEvent
(ReloadableServerResources serverResources, RegistryAccess registryAccess) -
Uses of RegistryAccess in net.neoforged.neoforge.event.brewing
Fields in net.neoforged.neoforge.event.brewing declared as RegistryAccessModifier and TypeFieldDescriptionprivate final RegistryAccess
RegisterBrewingRecipesEvent.registryAccess
Methods in net.neoforged.neoforge.event.brewing that return RegistryAccessConstructors in net.neoforged.neoforge.event.brewing with parameters of type RegistryAccessModifierConstructorDescriptionRegisterBrewingRecipesEvent
(PotionBrewing.Builder builder, RegistryAccess registryAccess) -
Uses of RegistryAccess in net.neoforged.neoforge.gametest
Methods in net.neoforged.neoforge.gametest with parameters of type RegistryAccessModifier and TypeMethodDescriptionstatic void
GameTestHooks.registerGametests
(RegistryAccess registryAccess) -
Uses of RegistryAccess in net.neoforged.neoforge.registries
Fields in net.neoforged.neoforge.registries declared as RegistryAccessMethods in net.neoforged.neoforge.registries with parameters of type RegistryAccessModifier and TypeMethodDescriptionprivate static Map
<ResourceKey<? extends Registry<?>>, DataMapLoader.LoadResult<?>> DataMapLoader.load
(ResourceManager manager, ProfilerFiller profiler, RegistryAccess access, ICondition.IContext context) Constructors in net.neoforged.neoforge.registries with parameters of type RegistryAccessModifierConstructorDescriptionDataMapLoader
(ICondition.IContext conditionContext, RegistryAccess registryAccess) -
Uses of RegistryAccess in net.neoforged.neoforge.registries.datamaps
Fields in net.neoforged.neoforge.registries.datamaps declared as RegistryAccessModifier and TypeFieldDescriptionprivate final RegistryAccess
DataMapsUpdatedEvent.registryAccess
Methods in net.neoforged.neoforge.registries.datamaps that return RegistryAccessModifier and TypeMethodDescriptionDataMapsUpdatedEvent.getRegistries()
Returns a registry access.Constructors in net.neoforged.neoforge.registries.datamaps with parameters of type RegistryAccessModifierConstructorDescriptionDataMapsUpdatedEvent
(RegistryAccess registryAccess, Registry<?> registry, DataMapsUpdatedEvent.UpdateCause cause)