Uses of Enum Class
net.minecraft.registry.ServerDynamicRegistryType
Packages that use ServerDynamicRegistryType
Package
Description
-
Uses of ServerDynamicRegistryType in net.minecraft.client.gui.screen.world
Method parameters in net.minecraft.client.gui.screen.world with type arguments of type ServerDynamicRegistryTypeModifier and TypeMethodDescriptionboolean
CreateWorldCallback.create
(CreateWorldScreen screen, CombinedDynamicRegistries<ServerDynamicRegistryType> dynamicRegistries, LevelProperties levelProperties, @Nullable Path dataPackTempDir) private void
CreateWorldScreen.createAndClearTempDir
(CombinedDynamicRegistries<ServerDynamicRegistryType> combinedDynamicRegistries, LevelProperties levelProperties) private boolean
CreateWorldScreen.startServer
(CombinedDynamicRegistries<ServerDynamicRegistryType> combinedDynamicRegistries, SaveProperties saveProperties) -
Uses of ServerDynamicRegistryType in net.minecraft.client.realms.gui.screen
Method parameters in net.minecraft.client.realms.gui.screen with type arguments of type ServerDynamicRegistryTypeModifier and TypeMethodDescriptionprivate static Path
RealmsWorldCreating.saveTempWorld
(CombinedDynamicRegistries<ServerDynamicRegistryType> dynamicRegistries, LevelProperties levelProperties, @Nullable Path dataPackTempDir) -
Uses of ServerDynamicRegistryType in net.minecraft.client.world
Fields in net.minecraft.client.world with type parameters of type ServerDynamicRegistryTypeModifier and TypeFieldDescriptionprivate final CombinedDynamicRegistries
<ServerDynamicRegistryType> GeneratorOptionsHolder.combinedDynamicRegistries
The field for thecombinedDynamicRegistries
record component.Methods in net.minecraft.client.world that return types with arguments of type ServerDynamicRegistryTypeModifier and TypeMethodDescriptionGeneratorOptionsHolder.combinedDynamicRegistries()
Returns the value of thecombinedDynamicRegistries
record component.Method parameters in net.minecraft.client.world with type arguments of type ServerDynamicRegistryTypeModifier and TypeMethodDescriptionGeneratorOptionsFactory.apply
(DataPackContents dataPackContents, CombinedDynamicRegistries<ServerDynamicRegistryType> dynamicRegistries, WorldCreationSettings settings) Constructor parameters in net.minecraft.client.world with type arguments of type ServerDynamicRegistryTypeModifierConstructorDescriptionGeneratorOptionsHolder
(GeneratorOptions generatorOptions, Registry<DimensionOptions> registry, DimensionOptionsRegistryHolder dimensionOptionsRegistryHolder, CombinedDynamicRegistries<ServerDynamicRegistryType> combinedDynamicRegistries, DataPackContents dataPackContents, DataConfiguration dataConfiguration, InitialWorldOptions initialWorldOptions) GeneratorOptionsHolder
(GeneratorOptions generatorOptions, DimensionOptionsRegistryHolder selectedDimensions, CombinedDynamicRegistries<ServerDynamicRegistryType> combinedDynamicRegistries, DataPackContents dataPackContents, DataConfiguration dataConfiguration, InitialWorldOptions initialWorldOptions) GeneratorOptionsHolder
(WorldGenSettings worldGenSettings, CombinedDynamicRegistries<ServerDynamicRegistryType> combinedDynamicRegistries, DataPackContents dataPackContents, DataConfiguration dataConfiguration) -
Uses of ServerDynamicRegistryType in net.minecraft.registry
Fields in net.minecraft.registry with type parameters of type ServerDynamicRegistryTypeModifier and TypeFieldDescriptionprivate final CombinedDynamicRegistries
<ServerDynamicRegistryType> ReloadableRegistries.ReloadResult.layers
The field for thelayers
record component.private static final List
<ServerDynamicRegistryType> ServerDynamicRegistryType.VALUES
Methods in net.minecraft.registry that return ServerDynamicRegistryTypeModifier and TypeMethodDescriptionstatic ServerDynamicRegistryType
Returns the enum constant of this class with the specified name.static ServerDynamicRegistryType[]
ServerDynamicRegistryType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.registry that return types with arguments of type ServerDynamicRegistryTypeModifier and TypeMethodDescriptionServerDynamicRegistryType.createCombinedDynamicRegistries()
ReloadableRegistries.ReloadResult.layers()
Returns the value of thelayers
record component.private static CombinedDynamicRegistries
<ServerDynamicRegistryType> ReloadableRegistries.with
(CombinedDynamicRegistries<ServerDynamicRegistryType> dynamicRegistries, List<MutableRegistry<?>> registries) Method parameters in net.minecraft.registry with type arguments of type ServerDynamicRegistryTypeModifier and TypeMethodDescriptionReloadableRegistries.reload
(CombinedDynamicRegistries<ServerDynamicRegistryType> dynamicRegistries, List<Registry.PendingTagLoad<?>> pendingTagLoads, ResourceManager resourceManager, Executor prepareExecutor) static Stream
<DynamicRegistryManager.Entry<?>> SerializableRegistries.streamDynamicEntries
(CombinedDynamicRegistries<ServerDynamicRegistryType> combinedRegistries) static Stream
<DynamicRegistryManager.Entry<?>> SerializableRegistries.streamRegistryManagerEntries
(CombinedDynamicRegistries<ServerDynamicRegistryType> combinedRegistries) private static ReloadableRegistries.ReloadResult
ReloadableRegistries.toResult
(CombinedDynamicRegistries<ServerDynamicRegistryType> dynamicRegistries, RegistryWrapper.WrapperLookup nonReloadables, List<MutableRegistry<?>> registries) private static CombinedDynamicRegistries
<ServerDynamicRegistryType> ReloadableRegistries.with
(CombinedDynamicRegistries<ServerDynamicRegistryType> dynamicRegistries, List<MutableRegistry<?>> registries) Constructor parameters in net.minecraft.registry with type arguments of type ServerDynamicRegistryTypeModifierConstructorDescriptionReloadResult
(CombinedDynamicRegistries<ServerDynamicRegistryType> combinedDynamicRegistries, RegistryWrapper.WrapperLookup wrapperLookup) -
Uses of ServerDynamicRegistryType in net.minecraft.registry.tag
Method parameters in net.minecraft.registry.tag with type arguments of type ServerDynamicRegistryTypeModifier and TypeMethodDescriptionstatic Map
<RegistryKey<? extends Registry<?>>, TagPacketSerializer.Serialized> TagPacketSerializer.serializeTags
(CombinedDynamicRegistries<ServerDynamicRegistryType> dynamicRegistryManager) -
Uses of ServerDynamicRegistryType in net.minecraft.server
Fields in net.minecraft.server with type parameters of type ServerDynamicRegistryTypeModifier and TypeFieldDescriptionprivate final CombinedDynamicRegistries
<ServerDynamicRegistryType> MinecraftServer.combinedDynamicRegistries
private final CombinedDynamicRegistries
<ServerDynamicRegistryType> SaveLoader.combinedDynamicRegistries
The field for thecombinedDynamicRegistries
record component.private final CombinedDynamicRegistries
<ServerDynamicRegistryType> PlayerManager.registryManager
Methods in net.minecraft.server that return types with arguments of type ServerDynamicRegistryTypeModifier and TypeMethodDescriptionSaveLoader.combinedDynamicRegistries()
Returns the value of thecombinedDynamicRegistries
record component.MinecraftServer.getCombinedDynamicRegistries()
Method parameters in net.minecraft.server with type arguments of type ServerDynamicRegistryTypeModifier and TypeMethodDescriptionSaveLoading.SaveApplierFactory.create
(LifecycledResourceManager resourceManager, DataPackContents dataPackContents, CombinedDynamicRegistries<ServerDynamicRegistryType> combinedDynamicRegistries, D loadContext) static CompletableFuture
<DataPackContents> DataPackContents.reload
(ResourceManager resourceManager, CombinedDynamicRegistries<ServerDynamicRegistryType> dynamicRegistries, List<Registry.PendingTagLoad<?>> pendingTagLoads, FeatureSet enabledFeatures, CommandManager.RegistrationEnvironment environment, int functionPermissionLevel, Executor prepareExecutor, Executor applyExecutor) Reloads the data packs contents.Constructor parameters in net.minecraft.server with type arguments of type ServerDynamicRegistryTypeModifierConstructorDescriptionprivate
DataPackContents
(CombinedDynamicRegistries<ServerDynamicRegistryType> dynamicRegistries, RegistryWrapper.WrapperLookup registries, FeatureSet enabledFeatures, CommandManager.RegistrationEnvironment environment, List<Registry.PendingTagLoad<?>> pendingTagLoads, int functionPermissionLevel) PlayerManager
(MinecraftServer server, CombinedDynamicRegistries<ServerDynamicRegistryType> registryManager, PlayerSaveHandler saveHandler, int maxPlayers) SaveLoader
(LifecycledResourceManager lifecycledResourceManager, DataPackContents dataPackContents, CombinedDynamicRegistries<ServerDynamicRegistryType> combinedDynamicRegistries, SaveProperties saveProperties) -
Uses of ServerDynamicRegistryType in net.minecraft.server.dedicated
Constructor parameters in net.minecraft.server.dedicated with type arguments of type ServerDynamicRegistryTypeModifierConstructorDescriptionDedicatedPlayerManager
(MinecraftDedicatedServer server, CombinedDynamicRegistries<ServerDynamicRegistryType> tracker, PlayerSaveHandler saveHandler) -
Uses of ServerDynamicRegistryType in net.minecraft.server.integrated
Method parameters in net.minecraft.server.integrated with type arguments of type ServerDynamicRegistryTypeModifier and TypeMethodDescriptionvoid
IntegratedServerLoader.startNewWorld
(LevelStorage.Session session, DataPackContents dataPackContents, CombinedDynamicRegistries<ServerDynamicRegistryType> dynamicRegistryManager, SaveProperties saveProperties) Constructor parameters in net.minecraft.server.integrated with type arguments of type ServerDynamicRegistryTypeModifierConstructorDescriptionIntegratedPlayerManager
(IntegratedServer server, CombinedDynamicRegistries<ServerDynamicRegistryType> registryManager, PlayerSaveHandler saveHandler) -
Uses of ServerDynamicRegistryType in net.minecraft.server.network
Fields in net.minecraft.server.network with type parameters of type ServerDynamicRegistryTypeModifier and TypeFieldDescriptionprivate final CombinedDynamicRegistries
<ServerDynamicRegistryType> SynchronizeRegistriesTask.registries
Constructor parameters in net.minecraft.server.network with type arguments of type ServerDynamicRegistryTypeModifierConstructorDescriptionSynchronizeRegistriesTask
(List<VersionedIdentifier> knownPacks, CombinedDynamicRegistries<ServerDynamicRegistryType> registries)