Uses of Enum Class
net.minecraft.registry.ServerDynamicRegistryType
Packages that use ServerDynamicRegistryType
Package
Description
- 
Uses of ServerDynamicRegistryType in net.minecraft.client.gui.screen.worldMethod parameters in net.minecraft.client.gui.screen.world with type arguments of type ServerDynamicRegistryTypeModifier and TypeMethodDescriptionbooleanCreateWorldCallback.create(CreateWorldScreen screen, CombinedDynamicRegistries<ServerDynamicRegistryType> dynamicRegistries, LevelProperties levelProperties, @Nullable Path dataPackTempDir) private voidCreateWorldScreen.createAndClearTempDir(CombinedDynamicRegistries<ServerDynamicRegistryType> combinedDynamicRegistries, LevelProperties levelProperties) private booleanCreateWorldScreen.startServer(CombinedDynamicRegistries<ServerDynamicRegistryType> combinedDynamicRegistries, SaveProperties saveProperties) 
- 
Uses of ServerDynamicRegistryType in net.minecraft.client.realms.gui.screenMethod parameters in net.minecraft.client.realms.gui.screen with type arguments of type ServerDynamicRegistryTypeModifier and TypeMethodDescriptionprivate static PathRealmsWorldCreating.saveTempWorld(CombinedDynamicRegistries<ServerDynamicRegistryType> dynamicRegistries, LevelProperties levelProperties, @Nullable Path dataPackTempDir) 
- 
Uses of ServerDynamicRegistryType in net.minecraft.client.worldFields in net.minecraft.client.world with type parameters of type ServerDynamicRegistryTypeModifier and TypeFieldDescriptionprivate final CombinedDynamicRegistries<ServerDynamicRegistryType> GeneratorOptionsHolder.combinedDynamicRegistriesThe field for thecombinedDynamicRegistriesrecord component.Methods in net.minecraft.client.world that return types with arguments of type ServerDynamicRegistryTypeModifier and TypeMethodDescriptionGeneratorOptionsHolder.combinedDynamicRegistries()Returns the value of thecombinedDynamicRegistriesrecord 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.registryFields in net.minecraft.registry with type parameters of type ServerDynamicRegistryTypeModifier and TypeFieldDescriptionprivate final CombinedDynamicRegistries<ServerDynamicRegistryType> ReloadableRegistries.ReloadResult.layersThe field for thelayersrecord component.private static final List<ServerDynamicRegistryType> ServerDynamicRegistryType.VALUESMethods in net.minecraft.registry that return ServerDynamicRegistryTypeModifier and TypeMethodDescriptionstatic ServerDynamicRegistryTypeReturns 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 thelayersrecord 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.ReloadResultReloadableRegistries.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.tagMethod 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.serverFields in net.minecraft.server with type parameters of type ServerDynamicRegistryTypeModifier and TypeFieldDescriptionprivate final CombinedDynamicRegistries<ServerDynamicRegistryType> MinecraftServer.combinedDynamicRegistriesprivate final CombinedDynamicRegistries<ServerDynamicRegistryType> SaveLoader.combinedDynamicRegistriesThe field for thecombinedDynamicRegistriesrecord component.private final CombinedDynamicRegistries<ServerDynamicRegistryType> PlayerManager.registryManagerMethods in net.minecraft.server that return types with arguments of type ServerDynamicRegistryTypeModifier and TypeMethodDescriptionSaveLoader.combinedDynamicRegistries()Returns the value of thecombinedDynamicRegistriesrecord 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 ServerDynamicRegistryTypeModifierConstructorDescriptionprivateDataPackContents(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.dedicatedConstructor 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.integratedMethod parameters in net.minecraft.server.integrated with type arguments of type ServerDynamicRegistryTypeModifier and TypeMethodDescriptionvoidIntegratedServerLoader.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.networkFields in net.minecraft.server.network with type parameters of type ServerDynamicRegistryTypeModifier and TypeFieldDescriptionprivate final CombinedDynamicRegistries<ServerDynamicRegistryType> SynchronizeRegistriesTask.registriesConstructor parameters in net.minecraft.server.network with type arguments of type ServerDynamicRegistryTypeModifierConstructorDescriptionSynchronizeRegistriesTask(List<VersionedIdentifier> knownPacks, CombinedDynamicRegistries<ServerDynamicRegistryType> registries)