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 PathRealmsCreateWorldFlow.createTemporaryWorldFolder(LayeredRegistryAccess<RegistryLayer> registryAccess, PrimaryLevelData levelData, Path tempDatapackDir) -
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.worldgenRegistriesThe field for theworldgenRegistriesrecord component.Methods in net.minecraft.client.gui.screens.worldselection that return LayeredRegistryAccessModifier and TypeMethodDescriptionWorldCreationContext.worldgenRegistries()Returns the value of theworldgenRegistriesrecord component.Methods in net.minecraft.client.gui.screens.worldselection with parameters of type LayeredRegistryAccessModifier and TypeMethodDescriptionWorldCreationContextMapper.apply(ReloadableServerResources dataPackResources, LayeredRegistryAccess<RegistryLayer> worldGenRegistries, DataPackReloadCookie dataPackReloadCookie) booleanCreateWorldCallback.create(CreateWorldScreen createWorldScreen, LayeredRegistryAccess<RegistryLayer> registryAccess, PrimaryLevelData levelData, Path tempDataPackDir) voidWorldOpenFlows.createLevelFromExistingSettings(LevelStorageSource.LevelStorageAccess levelStorage, ReloadableServerResources resources, LayeredRegistryAccess<RegistryLayer> registries, WorldData worldData) private booleanCreateWorldScreen.createNewWorld(LayeredRegistryAccess<RegistryLayer> registryAccess, WorldData worldData) private voidCreateWorldScreen.createWorldAndCleanup(LayeredRegistryAccess<RegistryLayer> registryAccess, PrimaryLevelData levelData) 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 aWorldCreationContextrecord 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 server, LayeredRegistryAccess<RegistryLayer> registries, PlayerDataStorage playerIo) -
Uses of LayeredRegistryAccess in net.minecraft.core
Methods in net.minecraft.core that return LayeredRegistryAccessModifier and TypeMethodDescriptionLayeredRegistryAccess.replaceFrom(T key, List<RegistryAccess.Frozen> values) LayeredRegistryAccess.replaceFrom(T key, RegistryAccess.Frozen... values) Methods in net.minecraft.core with parameters of type LayeredRegistryAccessModifier and TypeMethodDescriptionstatic Stream<RegistryAccess.RegistryEntry<?>> RegistrySynchronization.networkedRegistries(LayeredRegistryAccess<RegistryLayer> registryAccess) static Stream<RegistryAccess.RegistryEntry<?>> RegistrySynchronization.networkSafeRegistries(LayeredRegistryAccess<RegistryLayer> registryAccess) -
Uses of LayeredRegistryAccess in net.minecraft.server
Fields in net.minecraft.server declared as LayeredRegistryAccessModifier and TypeFieldDescriptionprivate final LayeredRegistryAccess<RegistryLayer> ReloadableServerRegistries.LoadResult.layersThe field for thelayersrecord component.private final LayeredRegistryAccess<RegistryLayer> MinecraftServer.registriesprivate final LayeredRegistryAccess<RegistryLayer> WorldStem.registriesThe field for theregistriesrecord component.Methods in net.minecraft.server that return LayeredRegistryAccessModifier and TypeMethodDescriptionstatic LayeredRegistryAccess<RegistryLayer> RegistryLayer.createRegistryAccess()private static LayeredRegistryAccess<RegistryLayer> ReloadableServerRegistries.createUpdatedRegistries(LayeredRegistryAccess<RegistryLayer> registryAccess, List<WritableRegistry<?>> registries) ReloadableServerRegistries.LoadResult.layers()Returns the value of thelayersrecord component.MinecraftServer.registries()WorldStem.registries()Returns the value of theregistriesrecord component.Methods in net.minecraft.server with parameters of type LayeredRegistryAccessModifier and TypeMethodDescriptionWorldLoader.ResultFactory.create(CloseableResourceManager manager, ReloadableServerResources resources, LayeredRegistryAccess<RegistryLayer> registryAccess, D cookie) private static ReloadableServerRegistries.LoadResultReloadableServerRegistries.createAndValidateFullContext(LayeredRegistryAccess<RegistryLayer> registryAccess, HolderLookup.Provider provider, List<WritableRegistry<?>> registries) private static LayeredRegistryAccess<RegistryLayer> ReloadableServerRegistries.createUpdatedRegistries(LayeredRegistryAccess<RegistryLayer> registryAccess, List<WritableRegistry<?>> registries) ReloadableServerResources.loadResources(ResourceManager resourceManager, LayeredRegistryAccess<RegistryLayer> registryAccess, List<Registry.PendingTags<?>> postponedTags, FeatureFlagSet enabledFeatures, Commands.CommandSelection commandSelection, int functionCompilationLevel, Executor backgroundExecutor, Executor gameExecutor) ReloadableServerRegistries.reload(LayeredRegistryAccess<RegistryLayer> registryAccess, List<Registry.PendingTags<?>> postponedTags, ResourceManager resourceManager, Executor backgroundExecutor) Constructors in net.minecraft.server with parameters of type LayeredRegistryAccessModifierConstructorDescriptionLoadResult(LayeredRegistryAccess<RegistryLayer> layers, HolderLookup.Provider lookupWithUpdatedTags) Creates an instance of aLoadResultrecord class.privateReloadableServerResources(LayeredRegistryAccess<RegistryLayer> registryAccess, HolderLookup.Provider registries, FeatureFlagSet enabledFeatures, Commands.CommandSelection commandSelection, List<Registry.PendingTags<?>> postponedTags, int functionCompilationLevel) WorldStem(CloseableResourceManager resourceManager, ReloadableServerResources dataPackResources, LayeredRegistryAccess<RegistryLayer> registries, WorldData worldData) Creates an instance of aWorldStemrecord class. -
Uses of LayeredRegistryAccess in net.minecraft.server.dedicated
Constructors in net.minecraft.server.dedicated with parameters of type LayeredRegistryAccessModifierConstructorDescriptionDedicatedPlayerList(DedicatedServer server, LayeredRegistryAccess<RegistryLayer> registries, PlayerDataStorage playerIo) -
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.registriesConstructors in net.minecraft.server.network.config with parameters of type LayeredRegistryAccessModifierConstructorDescriptionSynchronizeRegistriesTask(List<KnownPack> requestedPacks, LayeredRegistryAccess<RegistryLayer> registries) -
Uses of LayeredRegistryAccess in net.minecraft.server.players
Fields in net.minecraft.server.players declared as LayeredRegistryAccessModifier and TypeFieldDescriptionprivate final LayeredRegistryAccess<RegistryLayer> PlayerList.registriesConstructors in net.minecraft.server.players with parameters of type LayeredRegistryAccessModifierConstructorDescriptionPlayerList(MinecraftServer server, LayeredRegistryAccess<RegistryLayer> registries, PlayerDataStorage playerIo, int maxPlayers) -
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> registryAccess)