Uses of Enum Class
net.minecraft.server.RegistryLayer
Packages that use RegistryLayer
Package
Description
-
Uses of RegistryLayer in com.mojang.realmsclient.client.worldupload
Method parameters in com.mojang.realmsclient.client.worldupload with type arguments of type RegistryLayerModifier and TypeMethodDescriptionprivate static Path
RealmsCreateWorldFlow.createTemporaryWorldFolder
(LayeredRegistryAccess<RegistryLayer> pRegistryAccess, PrimaryLevelData pLevelData, Path pTempDatapackDir) -
Uses of RegistryLayer in net.minecraft.client.gui.screens.worldselection
Fields in net.minecraft.client.gui.screens.worldselection with type parameters of type RegistryLayerModifier and TypeFieldDescriptionprivate final LayeredRegistryAccess
<RegistryLayer> WorldCreationContext.worldgenRegistries
The field for theworldgenRegistries
record component.Methods in net.minecraft.client.gui.screens.worldselection that return types with arguments of type RegistryLayerModifier and TypeMethodDescriptionWorldCreationContext.worldgenRegistries()
Returns the value of theworldgenRegistries
record component.Method parameters in net.minecraft.client.gui.screens.worldselection with type arguments of type RegistryLayerModifier 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) Constructor parameters in net.minecraft.client.gui.screens.worldselection with type arguments of type RegistryLayerModifierConstructorDescriptionWorldCreationContext
(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 RegistryLayer in net.minecraft.client.server
Constructor parameters in net.minecraft.client.server with type arguments of type RegistryLayerModifierConstructorDescriptionIntegratedPlayerList
(IntegratedServer pServer, LayeredRegistryAccess<RegistryLayer> pRegistries, PlayerDataStorage pPlayerIo) -
Uses of RegistryLayer in net.minecraft.core
Method parameters in net.minecraft.core with type arguments of type RegistryLayerModifier and TypeMethodDescriptionstatic Stream
<RegistryAccess.RegistryEntry<?>> RegistrySynchronization.networkedRegistries
(LayeredRegistryAccess<RegistryLayer> pRegistryAccess) static Stream
<RegistryAccess.RegistryEntry<?>> RegistrySynchronization.networkSafeRegistries
(LayeredRegistryAccess<RegistryLayer> pRegistryAccess) -
Uses of RegistryLayer in net.minecraft.server
Fields in net.minecraft.server with type parameters of type RegistryLayerModifier 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.private static final List
<RegistryLayer> RegistryLayer.VALUES
Methods in net.minecraft.server that return RegistryLayerModifier and TypeMethodDescriptionstatic RegistryLayer
Returns the enum constant of this class with the specified name.static RegistryLayer[]
RegistryLayer.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.server that return types with arguments of type RegistryLayerModifier 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.Method parameters in net.minecraft.server with type arguments of type RegistryLayerModifier 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) Constructor parameters in net.minecraft.server with type arguments of type RegistryLayerModifierConstructorDescriptionLoadResult
(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 RegistryLayer in net.minecraft.server.dedicated
Constructor parameters in net.minecraft.server.dedicated with type arguments of type RegistryLayerModifierConstructorDescriptionDedicatedPlayerList
(DedicatedServer pServer, LayeredRegistryAccess<RegistryLayer> pRegistries, PlayerDataStorage pPlayerIo) -
Uses of RegistryLayer in net.minecraft.server.network.config
Fields in net.minecraft.server.network.config with type parameters of type RegistryLayerModifier and TypeFieldDescriptionprivate final LayeredRegistryAccess
<RegistryLayer> SynchronizeRegistriesTask.registries
Constructor parameters in net.minecraft.server.network.config with type arguments of type RegistryLayerModifierConstructorDescriptionSynchronizeRegistriesTask
(List<KnownPack> pRequestedPacks, LayeredRegistryAccess<RegistryLayer> pRegistries) -
Uses of RegistryLayer in net.minecraft.server.players
Fields in net.minecraft.server.players with type parameters of type RegistryLayerModifier and TypeFieldDescriptionprivate final LayeredRegistryAccess
<RegistryLayer> PlayerList.registries
Constructor parameters in net.minecraft.server.players with type arguments of type RegistryLayerModifierConstructorDescriptionPlayerList
(MinecraftServer pServer, LayeredRegistryAccess<RegistryLayer> pRegistries, PlayerDataStorage pPlayerIo, int pMaxPlayers) -
Uses of RegistryLayer in net.minecraft.tags
Method parameters in net.minecraft.tags with type arguments of type RegistryLayerModifier and TypeMethodDescriptionstatic Map
<ResourceKey<? extends Registry<?>>, TagNetworkSerialization.NetworkPayload> TagNetworkSerialization.serializeTagsToNetwork
(LayeredRegistryAccess<RegistryLayer> pRegistryAccess)