Uses of Record Class
net.minecraft.client.world.GeneratorOptionsHolder
Packages that use GeneratorOptionsHolder
Package
Description
The base package for all Minecraft classes.
-
Uses of GeneratorOptionsHolder in net.minecraft
Fields in net.minecraft declared as GeneratorOptionsHolderMethods in net.minecraft that return GeneratorOptionsHolderMethods in net.minecraft with parameters of type GeneratorOptionsHolderModifier and TypeMethodDescriptionvoid
class_8100.method_48701
(GeneratorOptionsHolder generatorOptionsHolder) private static Optional<RegistryEntry<WorldPreset>>
class_8100.method_48703
(GeneratorOptionsHolder generatorOptionsHolder, Optional<RegistryKey<WorldPreset>> optional) Constructors in net.minecraft with parameters of type GeneratorOptionsHolderModifierConstructorDescriptionclass_8100
(GeneratorOptionsHolder generatorOptionsHolder, Optional<RegistryKey<WorldPreset>> optional, OptionalLong optionalLong) -
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
Methods in net.minecraft.client.gui.screen.world with parameters of type GeneratorOptionsHolderModifier and TypeMethodDescriptionstatic CreateWorldScreen
CreateWorldScreen.create
(@Nullable Screen parent, LevelInfo levelInfo, GeneratorOptionsHolder generatorOptionsHolder, @Nullable Path dataPackTempDir) LevelScreenProvider.createEditScreen
(CreateWorldScreen parent, GeneratorOptionsHolder generatorOptionsHolder) Constructors in net.minecraft.client.gui.screen.world with parameters of type GeneratorOptionsHolderModifierConstructorDescriptionprivate
CreateWorldScreen
(@Nullable Screen parent, GeneratorOptionsHolder generatorOptionsHolder, 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, DimensionOptionsRegistryHolder selectedDimensions) -
Uses of GeneratorOptionsHolder in net.minecraft.server.integrated
Methods in net.minecraft.server.integrated that return types with arguments of type GeneratorOptionsHolderModifier and TypeMethodDescriptioncom.mojang.datafixers.util.Pair<LevelInfo,
GeneratorOptionsHolder> IntegratedServerLoader.loadForRecreation
(LevelStorage.Session session)