Uses of Enum Class
net.minecraft.server.RegistryLayer
Packages that use RegistryLayer
Package
Description
-
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.worldgenRegistriesThe field for theworldgenRegistriesrecord component.Methods in net.minecraft.client.gui.screens.worldselection that return types with arguments of type RegistryLayerModifier and TypeMethodDescriptionWorldCreationContext.worldgenRegistries()Returns the value of theworldgenRegistriesrecord component.Method parameters in net.minecraft.client.gui.screens.worldselection with type arguments of type RegistryLayerModifier and TypeMethodDescriptionWorldCreationContextMapper.apply(ReloadableServerResources managers, LayeredRegistryAccess<RegistryLayer> registries, DataPackReloadCookie cookie) booleanCreateWorldCallback.create(CreateWorldScreen createWorldScreen, LayeredRegistryAccess<RegistryLayer> finalLayers, LevelDataAndDimensions.WorldDataAndGenSettings worldDataAndGenSettings, Optional<GameRules> gameRules, @Nullable Path tempDataPackDir) voidWorldOpenFlows.createLevelFromExistingSettings(LevelStorageSource.LevelStorageAccess levelSourceAccess, ReloadableServerResources serverResources, LayeredRegistryAccess<RegistryLayer> registryAccess, LevelDataAndDimensions.WorldDataAndGenSettings worldDataAndGenSettings, Optional<GameRules> gameRules) private booleanCreateWorldScreen.createNewWorld(LayeredRegistryAccess<RegistryLayer> finalLayers, LevelDataAndDimensions.WorldDataAndGenSettings worldDataAndGenSettings, Optional<GameRules> gameRules) private voidCreateWorldScreen.createWorldAndCleanup(LayeredRegistryAccess<RegistryLayer> finalLayers, LevelDataAndDimensions.WorldDataAndGenSettings worldDataAndGenSettings, Optional<GameRules> gameRules) Constructor parameters in net.minecraft.client.gui.screens.worldselection with type arguments of type RegistryLayerModifierConstructorDescriptionWorldCreationContext(WorldGenSettings worldGenSettings, LayeredRegistryAccess<RegistryLayer> loadedRegistries, ReloadableServerResources dataPackResources, WorldDataConfiguration dataConfiguration) 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 worldOptions, WorldDimensions worldDimensions, LayeredRegistryAccess<RegistryLayer> loadedRegistries, ReloadableServerResources dataPackResources, WorldDataConfiguration dataConfiguration, InitialWorldCreationOptions initialWorldCreationOptions) -
Uses of RegistryLayer in net.minecraft.client.server
Constructor parameters in net.minecraft.client.server with type arguments of type RegistryLayerModifierConstructorDescriptionIntegratedPlayerList(IntegratedServer server, LayeredRegistryAccess<RegistryLayer> registryHolder, PlayerDataStorage playerDataStorage) -
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> registries) static Stream<RegistryAccess.RegistryEntry<?>> RegistrySynchronization.networkSafeRegistries(LayeredRegistryAccess<RegistryLayer> registries) -
Uses of RegistryLayer in net.minecraft.server
Subclasses with type arguments of type RegistryLayer in net.minecraft.serverFields in net.minecraft.server with type parameters of type RegistryLayerModifier 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.private static final List<RegistryLayer> RegistryLayer.VALUESMethods in net.minecraft.server that return RegistryLayerModifier and TypeMethodDescriptionstatic RegistryLayerReturns 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> context, List<WritableRegistry<?>> registries) ReloadableServerRegistries.LoadResult.layers()Returns the value of thelayersrecord component.MinecraftServer.registries()WorldStem.registries()Returns the value of theregistriesrecord component.Method parameters in net.minecraft.server with type arguments of type RegistryLayerModifier and TypeMethodDescriptionWorldLoader.ResultFactory.create(CloseableResourceManager resources, ReloadableServerResources managers, LayeredRegistryAccess<RegistryLayer> registries, D cookie) private static ReloadableServerRegistries.LoadResultReloadableServerRegistries.createAndValidateFullContext(LayeredRegistryAccess<RegistryLayer> contextLayers, HolderLookup.Provider contextLookupWithUpdatedTags, List<WritableRegistry<?>> newRegistries) private static LayeredRegistryAccess<RegistryLayer> ReloadableServerRegistries.createUpdatedRegistries(LayeredRegistryAccess<RegistryLayer> context, List<WritableRegistry<?>> registries) ReloadableServerResources.loadResources(ResourceManager resourceManager, LayeredRegistryAccess<RegistryLayer> contextLayers, List<Registry.PendingTags<?>> updatedContextTags, FeatureFlagSet enabledFeatures, Commands.CommandSelection commandSelection, PermissionSet functionCompilationPermissions, Executor backgroundExecutor, Executor mainThreadExecutor) ReloadableServerRegistries.reload(LayeredRegistryAccess<RegistryLayer> context, List<Registry.PendingTags<?>> updatedContextTags, ResourceManager manager, Executor executor) Constructor parameters in net.minecraft.server with type arguments of type RegistryLayerModifierConstructorDescriptionLoadResult(LayeredRegistryAccess<RegistryLayer> layers, HolderLookup.Provider lookupWithUpdatedTags) Creates an instance of aLoadResultrecord class.privateReloadableServerResources(LayeredRegistryAccess<RegistryLayer> fullLayers, HolderLookup.Provider loadingContext, FeatureFlagSet enabledFeatures, Commands.CommandSelection commandSelection, List<Registry.PendingTags<?>> postponedTags, PermissionSet functionCompilationPermissions, List<DataComponentInitializers.PendingComponents<?>> newComponents) WorldStem(CloseableResourceManager resourceManager, ReloadableServerResources dataPackResources, LayeredRegistryAccess<RegistryLayer> registries, LevelDataAndDimensions.WorldDataAndGenSettings worldDataAndGenSettings) Creates an instance of aWorldStemrecord class. -
Uses of RegistryLayer in net.minecraft.server.dedicated
Constructor parameters in net.minecraft.server.dedicated with type arguments of type RegistryLayerModifierConstructorDescriptionDedicatedPlayerList(DedicatedServer server, LayeredRegistryAccess<RegistryLayer> registries, PlayerDataStorage playerDataStorage) -
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.registriesConstructor parameters in net.minecraft.server.network.config with type arguments of type RegistryLayerModifierConstructorDescriptionSynchronizeRegistriesTask(List<KnownPack> knownPacks, LayeredRegistryAccess<RegistryLayer> registries) -
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.registriesConstructor parameters in net.minecraft.server.players with type arguments of type RegistryLayerModifierConstructorDescriptionPlayerList(MinecraftServer server, LayeredRegistryAccess<RegistryLayer> registries, PlayerDataStorage playerIo, NotificationService notificationService) -
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> registries)