Uses of Record Class
net.minecraft.client.world.GeneratorOptionsHolder
Packages that use GeneratorOptionsHolder
Package
Description
-
Uses of GeneratorOptionsHolder in net.minecraft.client.gui.screen
Constructors in net.minecraft.client.gui.screen with parameters of type GeneratorOptionsHolderModifierConstructorDescriptionCustomizeBuffetLevelScreen(Screen parent, GeneratorOptionsHolder generatorOptionsHolder, Consumer<RegistryEntry<Biome>> onDone) -
Uses of GeneratorOptionsHolder in net.minecraft.client.gui.screen.world
Fields in net.minecraft.client.gui.screen.world declared as GeneratorOptionsHolderModifier and TypeFieldDescriptionprivate GeneratorOptionsHolderMoreOptionsDialog.generatorOptionsMethods in net.minecraft.client.gui.screen.world that return GeneratorOptionsHolderModifier and TypeMethodDescriptionMoreOptionsDialog.getGeneratorOptions(boolean hardcore) MoreOptionsDialog.method_41884()Methods in net.minecraft.client.gui.screen.world with parameters of type GeneratorOptionsHolderModifier and TypeMethodDescriptionprivate static Optional<RegistryEntry<WorldPreset>>MoreOptionsDialog.method_41870(GeneratorOptionsHolder generatorOptionsHolder, Optional<RegistryKey<WorldPreset>> optional) (package private) voidMoreOptionsDialog.setGeneratorOptions(GeneratorOptionsHolder generatorOptionsHolder) Constructors in net.minecraft.client.gui.screen.world with parameters of type GeneratorOptionsHolderModifierConstructorDescriptionMoreOptionsDialog(GeneratorOptionsHolder registryManager, Optional<RegistryKey<WorldPreset>> optional, OptionalLong optionalLong) -
Uses of GeneratorOptionsHolder in net.minecraft.client.world
Methods in net.minecraft.client.world that return GeneratorOptionsHolderModifier and TypeMethodDescriptionGeneratorOptionsHolder.apply(GeneratorOptionsHolder.Modifier modifier) GeneratorOptionsHolder.apply(GeneratorOptionsHolder.RegistryAwareModifier modifier) GeneratorOptionsHolder.with(GeneratorOptions generatorOptions) Methods in net.minecraft.client.world with parameters of type GeneratorOptionsHolderModifier and TypeMethodDescriptionScreenProvider.createEditScreen(CreateWorldScreen screen, GeneratorOptionsHolder generatorOptionsHolder)