Uses of Enum Class
net.minecraft.class_7659
Packages that use class_7659
Package
Description
The base package for all Minecraft classes.
-
Uses of class_7659 in net.minecraft
Fields in net.minecraft with type parameters of type class_7659Methods in net.minecraft that return class_7659Modifier and TypeMethodDescriptionstatic class_7659Returns the enum constant of this class with the specified name.static class_7659[]class_7659.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft that return types with arguments of type class_7659Method parameters in net.minecraft with type arguments of type class_7659Modifier and TypeMethodDescriptionstatic Stream<DynamicRegistryManager.Entry<?>>class_7782.method_45953(class_7780<class_7659> class_7780) -
Uses of class_7659 in net.minecraft.client.gui.screen.world
Method parameters in net.minecraft.client.gui.screen.world with type arguments of type class_7659Modifier and TypeMethodDescriptionprivate voidCreateWorldScreen.startServer(LevelProperties.class_7729 class_7729, class_7780<class_7659> class_7780, com.mojang.serialization.Lifecycle lifecycle) -
Uses of class_7659 in net.minecraft.client.world
Fields in net.minecraft.client.world with type parameters of type class_7659Modifier and TypeFieldDescriptionprivate final class_7780<class_7659>GeneratorOptionsHolder.worldgenRegistriesThe field for theworldgenRegistriesrecord component.Methods in net.minecraft.client.world that return types with arguments of type class_7659Modifier and TypeMethodDescriptionGeneratorOptionsHolder.worldgenRegistries()Returns the value of theworldgenRegistriesrecord component.Constructor parameters in net.minecraft.client.world with type arguments of type class_7659ModifierConstructorDescriptionGeneratorOptionsHolder(class_7726 class_7726, class_7780<class_7659> class_7780, DataPackContents dataPackContents, class_7712 class_7712) GeneratorOptionsHolder(GeneratorOptions generatorOptions, class_7723 class_7723, class_7780<class_7659> class_7780, DataPackContents dataPackContents, class_7712 class_7712) GeneratorOptionsHolder(GeneratorOptions generatorOptions, Registry<DimensionOptions> registry, class_7723 class_7723, class_7780<class_7659> class_7780, DataPackContents dataPackContents, class_7712 class_7712) -
Uses of class_7659 in net.minecraft.server
Fields in net.minecraft.server with type parameters of type class_7659Modifier and TypeFieldDescriptionprivate final class_7780<class_7659>SaveLoader.dynamicRegistryManagerThe field for thedynamicRegistryManagerrecord component.private final class_7780<class_7659>MinecraftServer.registryManagerprivate final class_7780<class_7659>PlayerManager.registryManagerMethods in net.minecraft.server that return types with arguments of type class_7659Modifier and TypeMethodDescriptionSaveLoader.dynamicRegistryManager()Returns the value of thedynamicRegistryManagerrecord component.private static class_7780<class_7659>SaveLoading.method_45143(ResourceManager resourceManager, class_7780<class_7659> class_7780, class_7659 class_7659, List<class_7655.class_7657<?>> list) MinecraftServer.method_46221()Methods in net.minecraft.server with parameters of type class_7659Modifier and TypeMethodDescriptionprivate static DynamicRegistryManager.ImmutableSaveLoading.method_45142(ResourceManager resourceManager, class_7780<class_7659> class_7780, class_7659 class_7659, List<class_7655.class_7657<?>> list) private static class_7780<class_7659>SaveLoading.method_45143(ResourceManager resourceManager, class_7780<class_7659> class_7780, class_7659 class_7659, List<class_7655.class_7657<?>> list) Method parameters in net.minecraft.server with type arguments of type class_7659Modifier and TypeMethodDescriptionSaveLoading.SaveApplierFactory.create(LifecycledResourceManager resourceManager, DataPackContents dataPackContents, class_7780<class_7659> dynamicRegistryManager, D loadContext) private static DynamicRegistryManager.ImmutableSaveLoading.method_45142(ResourceManager resourceManager, class_7780<class_7659> class_7780, class_7659 class_7659, List<class_7655.class_7657<?>> list) private static class_7780<class_7659>SaveLoading.method_45143(ResourceManager resourceManager, class_7780<class_7659> class_7780, class_7659 class_7659, List<class_7655.class_7657<?>> list) Constructor parameters in net.minecraft.server with type arguments of type class_7659ModifierConstructorDescriptionPlayerManager(MinecraftServer server, class_7780<class_7659> registryManager, WorldSaveHandler saveHandler, int maxPlayers) SaveLoader(LifecycledResourceManager lifecycledResourceManager, DataPackContents dataPackContents, class_7780<class_7659> class_7780, SaveProperties saveProperties) -
Uses of class_7659 in net.minecraft.server.dedicated
Constructor parameters in net.minecraft.server.dedicated with type arguments of type class_7659ModifierConstructorDescriptionDedicatedPlayerManager(MinecraftDedicatedServer server, class_7780<class_7659> tracker, WorldSaveHandler saveHandler) -
Uses of class_7659 in net.minecraft.server.integrated
Method parameters in net.minecraft.server.integrated with type arguments of type class_7659Modifier and TypeMethodDescriptionvoidIntegratedServerLoader.start(LevelStorage.Session session, DataPackContents dataPackContents, class_7780<class_7659> dynamicRegistryManager, SaveProperties saveProperties) Constructor parameters in net.minecraft.server.integrated with type arguments of type class_7659ModifierConstructorDescriptionIntegratedPlayerManager(IntegratedServer server, class_7780<class_7659> registryManager, WorldSaveHandler saveHandler) -
Uses of class_7659 in net.minecraft.tag
Method parameters in net.minecraft.tag with type arguments of type class_7659Modifier and TypeMethodDescriptionstatic Map<RegistryKey<? extends Registry<?>>,TagPacketSerializer.Serialized> TagPacketSerializer.serializeTags(class_7780<class_7659> dynamicRegistryManager)