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 p_251295_, com.mojang.datafixers.DataFixer p_250489_, LevelStorageSource.LevelStorageAccess p_248781_, WorldData p_401026_, boolean p_250358_, RegistryAccess p_323621_) -
Uses of RegistryAccess in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer that return RegistryAccessModifier and TypeMethodDescriptionprivate RegistryAccess
RegistryDataCollector.loadNewElementsAndTags
(ResourceProvider p_363026_, RegistryDataCollector.ContentsCollector p_360790_, boolean p_360761_) 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 p_324559_, RegistryAccess p_324514_) -
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 p_256112_) RegistrySetBuilder.buildPatch
(RegistryAccess p_255676_, HolderLookup.Provider p_255900_, Cloner.Factory p_312173_) private static HolderLookup.Provider
RegistrySetBuilder.buildProviderWithContext
(RegistrySetBuilder.UniversalOwner p_326837_, RegistryAccess p_312694_, Stream<HolderLookup.RegistryLookup<?>> p_312024_) RegistrySetBuilder.BuildState.create
(RegistryAccess p_255995_, Stream<ResourceKey<? extends Registry<?>>> p_256495_) private HolderLookup.Provider
RegistrySetBuilder.createLazyFullPatchedRegistries
(RegistryAccess p_312301_, HolderLookup.Provider p_311942_, Cloner.Factory p_312464_, Map<ResourceKey<? extends Registry<?>>, RegistrySetBuilder.RegistryContents<?>> p_312890_, HolderLookup.Provider p_311825_) private RegistrySetBuilder.BuildState
RegistrySetBuilder.createState
(RegistryAccess p_256400_) private static Stream
<RegistryAccess.RegistryEntry<?>> RegistrySynchronization.ownedNetworkableRegistries
(RegistryAccess p_251842_) static void
RegistrySynchronization.packRegistries
(com.mojang.serialization.DynamicOps<Tag> p_321796_, RegistryAccess p_321733_, Set<KnownPack> p_326143_, BiConsumer<ResourceKey<? extends Registry<?>>, List<RegistrySynchronization.PackedRegistryEntry>> p_321539_) private static <T> void
RegistrySynchronization.packRegistry
(com.mojang.serialization.DynamicOps<Tag> p_321608_, RegistryDataLoader.RegistryData<T> p_321701_, RegistryAccess p_321717_, Set<KnownPack> p_326432_, BiConsumer<ResourceKey<? extends Registry<?>>, List<RegistrySynchronization.PackedRegistryEntry>> p_321724_) 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> p_248595_) -
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 p_397865_, String p_397345_) -
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 p_320166_) Deprecated.Neo: use overload with ConnectionType contextstatic Function
<io.netty.buffer.ByteBuf, RegistryFriendlyByteBuf> RegistryFriendlyByteBuf.decorator
(RegistryAccess p_320166_, ConnectionType connectionType) Constructors in net.minecraft.network with parameters of type RegistryAccessModifierConstructorDescriptionRegistryFriendlyByteBuf
(io.netty.buffer.ByteBuf p_320951_, RegistryAccess p_319803_) Deprecated.Neo: use overload with ConnectionType contextRegistryFriendlyByteBuf
(io.netty.buffer.ByteBuf p_320951_, RegistryAccess p_319803_, 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> p_241284_, RegistryAccess p_241373_, Component p_241455_) -
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 p_195643_, BiFunction<BlockEntity, RegistryAccess, CompoundTag> p_324611_) -
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 p_195489_, WorldData p_401284_, com.mojang.datafixers.DataFixer p_195490_, boolean p_195491_, BooleanSupplier p_195492_, RegistryAccess p_323503_, boolean p_321704_) -
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 p_139857_, Properties p_139858_) Settings.MutableValue.update
(RegistryAccess p_139896_, V p_139897_) -
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 p_362119_, RegistryAccess p_363563_) -
Uses of RegistryAccess in net.minecraft.util.worldupdate
Constructors in net.minecraft.util.worldupdate with parameters of type RegistryAccessModifierConstructorDescriptionWorldUpgrader
(LevelStorageSource.LevelStorageAccess p_249922_, com.mojang.datafixers.DataFixer p_250273_, WorldData p_401329_, RegistryAccess p_323645_, boolean p_250738_, boolean p_321700_) -
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 p_325948_, Path p_217869_, com.mojang.datafixers.DataFixer p_217870_, boolean p_217871_, RegistryAccess p_217872_, ChunkIOErrorReporter p_352327_, LevelHeightAccessor p_217873_) -
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 p_399848_, RegistryAccess p_399748_, SpawnContext p_399931_) static Optional
<Holder.Reference<ChickenVariant>> ChickenVariants.selectVariantToSpawn
(RandomSource p_401914_, RegistryAccess p_401933_, SpawnContext p_401763_) static Optional
<Holder.Reference<CowVariant>> CowVariants.selectVariantToSpawn
(RandomSource p_401128_, RegistryAccess p_401407_, SpawnContext p_401187_) static Optional
<Holder.Reference<PigVariant>> PigVariants.selectVariantToSpawn
(RandomSource p_394492_, RegistryAccess p_394556_, SpawnContext p_400010_) -
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 p_399783_, RegistryAccess p_400102_, SpawnContext p_399936_) -
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 p_406325_, RandomSource p_406279_) static Optional
<? extends Holder<WolfVariant>> WolfVariants.selectVariantToSpawn
(RandomSource p_406318_, RegistryAccess p_406292_, SpawnContext p_406294_) -
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 p_399785_, ResourceKey<? extends Registry<T>> p_400271_) static <T> Holder
<T> VariantUtils.getDefaultOrAny
(RegistryAccess p_400148_, ResourceKey<T> p_399728_) VariantUtils.readVariant
(CompoundTag p_399600_, RegistryAccess p_399641_, ResourceKey<? extends Registry<T>> p_399850_) -
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 p_345264_, ItemStack p_39472_, int p_39473_, int p_39474_) -
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 p_341301_, 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 p_346328_, ItemStack p_346267_, int p_345272_, RegistryAccess p_345660_, Optional<? extends HolderSet<Enchantment>> p_345161_) static void
EnchantmentHelper.enchantItemFromProvider
(ItemStack p_345172_, RegistryAccess p_348593_, ResourceKey<EnchantmentProvider> p_345876_, DifficultyInstance p_348599_, RandomSource p_345717_) -
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 p_270739_, ResourceKey<Level> p_270683_, RegistryAccess p_270200_, Holder<DimensionType> p_270240_, boolean p_270904_, boolean p_270470_, long p_270248_, int p_270466_) -
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 p_266740_, RecipeHolder<? extends AbstractCookingRecipe> p_300910_, SingleRecipeInput p_380269_, NonNullList<ItemStack> p_267073_, int p_267157_) private static boolean
AbstractFurnaceBlockEntity.canBurn
(RegistryAccess p_266924_, RecipeHolder<? extends AbstractCookingRecipe> p_301107_, SingleRecipeInput p_380038_, NonNullList<ItemStack> p_155007_, int p_155008_) -
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 p_255835_, ChunkGeneratorStructureState p_256505_, StructureManager p_255934_, ChunkAccess p_255767_, StructureTemplateManager p_255832_, ResourceKey<Level> p_383210_) private boolean
ChunkGenerator.tryGenerateStructure
(StructureSet.StructureSelectionEntry p_223105_, StructureManager p_223106_, RegistryAccess p_223107_, RandomState p_223108_, StructureTemplateManager p_223109_, long p_223110_, ChunkAccess p_223111_, ChunkPos p_223112_, SectionPos p_223113_, ResourceKey<Level> p_383135_) -
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 p_361938_, RegistryAccess p_365010_, CompoundTag p_362040_) SerializableChunkData.unpackStructureReferences
(RegistryAccess p_360856_, ChunkPos p_362116_, CompoundTag p_360575_) Constructors in net.minecraft.world.level.chunk.storage with parameters of type RegistryAccessModifierConstructorDescriptionSectionStorage
(SimpleRegionStorage p_321814_, com.mojang.serialization.Codec<P> p_363117_, Function<R, P> p_223510_, BiFunction<P, Runnable, R> p_360520_, Function<Runnable, R> p_223511_, RegistryAccess p_223515_, ChunkIOErrorReporter p_352357_, LevelHeightAccessor p_223516_) -
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> p_250917_, WorldOptions p_250366_, RegistryAccess p_251515_) -
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 p_224845_, RegistryAccess p_224846_, LevelHeightAccessor p_224847_, NoiseChunk p_224848_, RandomState p_224849_, SurfaceRules.RuleSource p_224850_) -
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> p_382890_, ResourceKey<Level> p_382876_, RegistryAccess p_226597_, ChunkGenerator p_226598_, BiomeSource p_226599_, RandomState p_226600_, StructureTemplateManager p_226601_, long p_226602_, ChunkPos p_226603_, int p_226604_, LevelHeightAccessor p_226605_, Predicate<Holder<Biome>> p_226606_) 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 p_226712_, RegistryAccess p_226713_, StructureTemplateManager p_226714_, ResourceKey<Level> p_226715_, ChunkGenerator p_226716_, RandomState p_226717_, LevelHeightAccessor p_226718_, BiomeSource p_226719_, long p_226720_, com.mojang.datafixers.DataFixer p_226721_) -
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 p_78543_, CompoundTag p_78544_) WorldData.createTag
(RegistryAccess p_78636_, CompoundTag p_78637_) void
LevelStorageSource.LevelStorageAccess.saveDataTag
(RegistryAccess p_78288_, WorldData p_78289_) void
LevelStorageSource.LevelStorageAccess.saveDataTag
(RegistryAccess p_78291_, WorldData p_78292_, CompoundTag p_78293_) private void
PrimaryLevelData.setTagData
(RegistryAccess p_78546_, CompoundTag p_78547_, CompoundTag p_78548_) -
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)