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> p_374264_, PrimaryLevelData p_374355_, Path p_374356_) -
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 p_372907_, LayeredRegistryAccess<RegistryLayer> p_373063_, DataPackReloadCookie p_373074_) boolean
CreateWorldCallback.create
(CreateWorldScreen p_374502_, LayeredRegistryAccess<RegistryLayer> p_374158_, PrimaryLevelData p_374270_, Path p_374444_) void
WorldOpenFlows.createLevelFromExistingSettings
(LevelStorageSource.LevelStorageAccess p_250919_, ReloadableServerResources p_248897_, LayeredRegistryAccess<RegistryLayer> p_250801_, WorldData p_251654_) private boolean
CreateWorldScreen.createNewWorld
(LayeredRegistryAccess<RegistryLayer> p_249152_, WorldData p_374211_) private void
CreateWorldScreen.createWorldAndCleanup
(LayeredRegistryAccess<RegistryLayer> p_374105_, PrimaryLevelData p_374321_) 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 p_251269_, LayeredRegistryAccess<RegistryLayer> p_250644_, PlayerDataStorage p_249022_) -
Uses of LayeredRegistryAccess in net.minecraft.core
Methods in net.minecraft.core that return LayeredRegistryAccessModifier and TypeMethodDescriptionLayeredRegistryAccess.replaceFrom
(T p_249539_, List<RegistryAccess.Frozen> p_250124_) LayeredRegistryAccess.replaceFrom
(T p_252104_, RegistryAccess.Frozen... p_250492_) Methods in net.minecraft.core with parameters of type LayeredRegistryAccessModifier and TypeMethodDescriptionstatic Stream
<RegistryAccess.RegistryEntry<?>> RegistrySynchronization.networkedRegistries
(LayeredRegistryAccess<RegistryLayer> p_259290_) static Stream
<RegistryAccess.RegistryEntry<?>> RegistrySynchronization.networkSafeRegistries
(LayeredRegistryAccess<RegistryLayer> p_249066_) -
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> p_335434_, List<WritableRegistry<?>> p_336097_) 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 p_214408_, ReloadableServerResources p_214409_, LayeredRegistryAccess<RegistryLayer> p_248844_, D p_214411_) private static ReloadableServerRegistries.LoadResult
ReloadableServerRegistries.createAndValidateFullContext
(LayeredRegistryAccess<RegistryLayer> p_362306_, HolderLookup.Provider p_361687_, List<WritableRegistry<?>> p_361223_) private static LayeredRegistryAccess
<RegistryLayer> ReloadableServerRegistries.createUpdatedRegistries
(LayeredRegistryAccess<RegistryLayer> p_335434_, List<WritableRegistry<?>> p_336097_) ReloadableServerResources.loadResources
(ResourceManager p_248588_, LayeredRegistryAccess<RegistryLayer> p_335667_, List<Registry.PendingTags<?>> p_363739_, FeatureFlagSet p_250212_, Commands.CommandSelection p_249301_, int p_251126_, Executor p_249136_, Executor p_249601_) ReloadableServerRegistries.reload
(LayeredRegistryAccess<RegistryLayer> p_335950_, List<Registry.PendingTags<?>> p_363295_, ResourceManager p_335786_, Executor p_335516_) 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> p_362982_, HolderLookup.Provider p_361583_, FeatureFlagSet p_250695_, Commands.CommandSelection p_206858_, List<Registry.PendingTags<?>> p_362624_, int p_206859_) 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 p_203709_, LayeredRegistryAccess<RegistryLayer> p_251851_, PlayerDataStorage p_203711_) -
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> p_326209_, LayeredRegistryAccess<RegistryLayer> p_326049_) -
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 p_203842_, LayeredRegistryAccess<RegistryLayer> p_251844_, PlayerDataStorage p_203844_, int p_203845_) -
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> p_251774_)