Uses of Class
net.minecraft.core.LayeredRegistryAccess
Packages that use LayeredRegistryAccess
Package
Description
-
Uses of LayeredRegistryAccess in com.mojang.realmsclient.client.worldupload
Methods in com.mojang.realmsclient.client.worldupload with parameters of type LayeredRegistryAccessModifier and TypeMethodDescriptionprivate static Path
RealmsCreateWorldFlow.createTemporaryWorldFolder
(LayeredRegistryAccess<RegistryLayer> pRegistryAccess, PrimaryLevelData pLevelData, Path pTempDatapackDir) -
Uses of LayeredRegistryAccess in net.minecraft.client.gui.screens.worldselection
Fields in net.minecraft.client.gui.screens.worldselection declared as LayeredRegistryAccessModifier and TypeFieldDescriptionprivate final LayeredRegistryAccess
<RegistryLayer> WorldCreationContext.worldgenRegistries
The field for theworldgenRegistries
record component.Methods in net.minecraft.client.gui.screens.worldselection that return LayeredRegistryAccessModifier and TypeMethodDescriptionWorldCreationContext.worldgenRegistries()
Returns the value of theworldgenRegistries
record component.Methods in net.minecraft.client.gui.screens.worldselection with parameters of type LayeredRegistryAccessModifier and TypeMethodDescriptionWorldCreationContextMapper.apply
(ReloadableServerResources pDataPackResources, LayeredRegistryAccess<RegistryLayer> pWorldGenRegistries, DataPackReloadCookie pDataPackReloadCookie) boolean
CreateWorldCallback.create
(CreateWorldScreen pCreateWorldScreen, LayeredRegistryAccess<RegistryLayer> pRegistryAccess, PrimaryLevelData pLevelData, Path pTempDataPackDir) void
WorldOpenFlows.createLevelFromExistingSettings
(LevelStorageSource.LevelStorageAccess pLevelStorage, ReloadableServerResources pResources, LayeredRegistryAccess<RegistryLayer> pRegistries, WorldData pWorldData) private boolean
CreateWorldScreen.createNewWorld
(LayeredRegistryAccess<RegistryLayer> pRegistryAccess, WorldData pWorldData) private void
CreateWorldScreen.createWorldAndCleanup
(LayeredRegistryAccess<RegistryLayer> pRegistryAccess, PrimaryLevelData pLevelData) Constructors in net.minecraft.client.gui.screens.worldselection with parameters of type LayeredRegistryAccessModifierConstructorDescriptionWorldCreationContext
(WorldGenSettings p_249130_, LayeredRegistryAccess<RegistryLayer> p_248513_, ReloadableServerResources p_251786_, WorldDataConfiguration p_248593_) WorldCreationContext
(WorldOptions options, Registry<LevelStem> datapackDimensions, WorldDimensions selectedDimensions, LayeredRegistryAccess<RegistryLayer> worldgenRegistries, ReloadableServerResources dataPackResources, WorldDataConfiguration dataConfiguration, InitialWorldCreationOptions initialWorldCreationOptions) Creates an instance of aWorldCreationContext
record class.WorldCreationContext
(WorldOptions p_251299_, WorldDimensions p_251746_, LayeredRegistryAccess<RegistryLayer> p_252129_, ReloadableServerResources p_250137_, WorldDataConfiguration p_249510_, InitialWorldCreationOptions p_372904_) -
Uses of LayeredRegistryAccess in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer that return LayeredRegistryAccess -
Uses of LayeredRegistryAccess in net.minecraft.client.server
Constructors in net.minecraft.client.server with parameters of type LayeredRegistryAccessModifierConstructorDescriptionIntegratedPlayerList
(IntegratedServer pServer, LayeredRegistryAccess<RegistryLayer> pRegistries, PlayerDataStorage pPlayerIo) -
Uses of LayeredRegistryAccess in net.minecraft.core
Methods in net.minecraft.core that return LayeredRegistryAccessModifier and TypeMethodDescriptionLayeredRegistryAccess.replaceFrom
(T pKey, List<RegistryAccess.Frozen> pValues) LayeredRegistryAccess.replaceFrom
(T pKey, RegistryAccess.Frozen... pValues) Methods in net.minecraft.core with parameters of type LayeredRegistryAccessModifier and TypeMethodDescriptionstatic Stream
<RegistryAccess.RegistryEntry<?>> RegistrySynchronization.networkedRegistries
(LayeredRegistryAccess<RegistryLayer> pRegistryAccess) static Stream
<RegistryAccess.RegistryEntry<?>> RegistrySynchronization.networkSafeRegistries
(LayeredRegistryAccess<RegistryLayer> pRegistryAccess) -
Uses of LayeredRegistryAccess in net.minecraft.server
Fields in net.minecraft.server declared as LayeredRegistryAccessModifier and TypeFieldDescriptionprivate final LayeredRegistryAccess
<RegistryLayer> ReloadableServerRegistries.LoadResult.layers
The field for thelayers
record component.private final LayeredRegistryAccess
<RegistryLayer> MinecraftServer.registries
private final LayeredRegistryAccess
<RegistryLayer> WorldStem.registries
The field for theregistries
record component.Methods in net.minecraft.server that return LayeredRegistryAccessModifier and TypeMethodDescriptionstatic LayeredRegistryAccess
<RegistryLayer> RegistryLayer.createRegistryAccess()
private static LayeredRegistryAccess
<RegistryLayer> ReloadableServerRegistries.createUpdatedRegistries
(LayeredRegistryAccess<RegistryLayer> pRegistryAccess, List<WritableRegistry<?>> pRegistries) ReloadableServerRegistries.LoadResult.layers()
Returns the value of thelayers
record component.MinecraftServer.registries()
WorldStem.registries()
Returns the value of theregistries
record component.Methods in net.minecraft.server with parameters of type LayeredRegistryAccessModifier and TypeMethodDescriptionWorldLoader.ResultFactory.create
(CloseableResourceManager pManager, ReloadableServerResources pResources, LayeredRegistryAccess<RegistryLayer> pRegistryAccess, D pCookie) private static ReloadableServerRegistries.LoadResult
ReloadableServerRegistries.createAndValidateFullContext
(LayeredRegistryAccess<RegistryLayer> pRegistryAccess, HolderLookup.Provider pProvider, List<WritableRegistry<?>> pRegistries) private static LayeredRegistryAccess
<RegistryLayer> ReloadableServerRegistries.createUpdatedRegistries
(LayeredRegistryAccess<RegistryLayer> pRegistryAccess, List<WritableRegistry<?>> pRegistries) ReloadableServerResources.loadResources
(ResourceManager pResourceManager, LayeredRegistryAccess<RegistryLayer> pRegistryAccess, List<Registry.PendingTags<?>> pPostponedTags, FeatureFlagSet pEnabledFeatures, Commands.CommandSelection pCommandSelection, int pFunctionCompilationLevel, Executor pBackgroundExecutor, Executor pGameExecutor) ReloadableServerRegistries.reload
(LayeredRegistryAccess<RegistryLayer> pRegistryAccess, List<Registry.PendingTags<?>> pPostponedTags, ResourceManager pResourceManager, Executor pBackgroundExecutor) Constructors in net.minecraft.server with parameters of type LayeredRegistryAccessModifierConstructorDescriptionLoadResult
(LayeredRegistryAccess<RegistryLayer> layers, HolderLookup.Provider lookupWithUpdatedTags) Creates an instance of aLoadResult
record class.private
ReloadableServerResources
(LayeredRegistryAccess<RegistryLayer> pRegistryAccess, HolderLookup.Provider pRegistries, FeatureFlagSet pEnabledFeatures, Commands.CommandSelection pCommandSelection, List<Registry.PendingTags<?>> pPostponedTags, int pFunctionCompilationLevel) WorldStem
(CloseableResourceManager resourceManager, ReloadableServerResources dataPackResources, LayeredRegistryAccess<RegistryLayer> registries, WorldData worldData) Creates an instance of aWorldStem
record class. -
Uses of LayeredRegistryAccess in net.minecraft.server.dedicated
Constructors in net.minecraft.server.dedicated with parameters of type LayeredRegistryAccessModifierConstructorDescriptionDedicatedPlayerList
(DedicatedServer pServer, LayeredRegistryAccess<RegistryLayer> pRegistries, PlayerDataStorage pPlayerIo) -
Uses of LayeredRegistryAccess in net.minecraft.server.network.config
Fields in net.minecraft.server.network.config declared as LayeredRegistryAccessModifier and TypeFieldDescriptionprivate final LayeredRegistryAccess
<RegistryLayer> SynchronizeRegistriesTask.registries
Constructors in net.minecraft.server.network.config with parameters of type LayeredRegistryAccessModifierConstructorDescriptionSynchronizeRegistriesTask
(List<KnownPack> pRequestedPacks, LayeredRegistryAccess<RegistryLayer> pRegistries) -
Uses of LayeredRegistryAccess in net.minecraft.server.players
Fields in net.minecraft.server.players declared as LayeredRegistryAccessModifier and TypeFieldDescriptionprivate final LayeredRegistryAccess
<RegistryLayer> PlayerList.registries
Constructors in net.minecraft.server.players with parameters of type LayeredRegistryAccessModifierConstructorDescriptionPlayerList
(MinecraftServer pServer, LayeredRegistryAccess<RegistryLayer> pRegistries, PlayerDataStorage pPlayerIo, int pMaxPlayers) -
Uses of LayeredRegistryAccess in net.minecraft.tags
Methods in net.minecraft.tags with parameters of type LayeredRegistryAccessModifier and TypeMethodDescriptionstatic Map
<ResourceKey<? extends Registry<?>>, TagNetworkSerialization.NetworkPayload> TagNetworkSerialization.serializeTagsToNetwork
(LayeredRegistryAccess<RegistryLayer> pRegistryAccess)