Uses of Class
net.minecraft.world.level.levelgen.flat.FlatLevelGeneratorSettings
Package
Description
-
Uses of FlatLevelGeneratorSettings in net.minecraft.client.gui.screens
Modifier and TypeFieldDescription(package private) FlatLevelGeneratorSettings
CreateFlatWorldScreen.generator
(package private) FlatLevelGeneratorSettings
PresetFlatWorldScreen.settings
Modifier and TypeFieldDescriptionprivate final Consumer<FlatLevelGeneratorSettings>
CreateFlatWorldScreen.applySettings
Modifier and TypeMethodDescriptionstatic FlatLevelGeneratorSettings
PresetFlatWorldScreen.fromString
(Registry<Biome> p_211772_, Registry<StructureSet> p_211773_, String p_211774_, FlatLevelGeneratorSettings p_211775_) CreateFlatWorldScreen.settings()
Modifier and TypeMethodDescriptionstatic FlatLevelGeneratorSettings
PresetFlatWorldScreen.fromString
(Registry<Biome> p_211772_, Registry<StructureSet> p_211773_, String p_211774_, FlatLevelGeneratorSettings p_211775_) (package private) static String
PresetFlatWorldScreen.save
(FlatLevelGeneratorSettings p_205394_) void
CreateFlatWorldScreen.setConfig
(FlatLevelGeneratorSettings p_95826_) ModifierConstructorDescriptionCreateFlatWorldScreen
(CreateWorldScreen p_95822_, Consumer<FlatLevelGeneratorSettings> p_95823_, FlatLevelGeneratorSettings p_95824_) ModifierConstructorDescriptionCreateFlatWorldScreen
(CreateWorldScreen p_95822_, Consumer<FlatLevelGeneratorSettings> p_95823_, FlatLevelGeneratorSettings p_95824_) -
Uses of FlatLevelGeneratorSettings in net.minecraft.client.gui.screens.worldselection
Modifier and TypeMethodDescriptionprivate static WorldCreationContext.Updater
PresetEditor.flatWorldConfigurator
(FlatLevelGeneratorSettings p_232953_) -
Uses of FlatLevelGeneratorSettings in net.minecraft.world.level.levelgen
Modifier and TypeFieldDescriptionprivate final FlatLevelGeneratorSettings
FlatLevelSource.settings
ModifierConstructorDescriptionFlatLevelSource
(Registry<StructureSet> p_209099_, FlatLevelGeneratorSettings p_209100_) -
Uses of FlatLevelGeneratorSettings in net.minecraft.world.level.levelgen.flat
Modifier and TypeFieldDescriptionprivate final FlatLevelGeneratorSettings
FlatLevelGeneratorPreset.settings
The field for thesettings
record component.Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<FlatLevelGeneratorSettings>
FlatLevelGeneratorSettings.CODEC
Modifier and TypeMethodDescriptionstatic FlatLevelGeneratorSettings
FlatLevelGeneratorSettings.getDefault
(Registry<Biome> p_211735_, Registry<StructureSet> p_211736_) FlatLevelGeneratorPreset.settings()
Returns the value of thesettings
record component.FlatLevelGeneratorSettings.withLayers
(List<FlatLayerInfo> p_209804_, Optional<HolderSet<StructureSet>> p_209805_) Modifier and TypeMethodDescriptionprivate static com.mojang.serialization.DataResult<FlatLevelGeneratorSettings>
FlatLevelGeneratorSettings.validateHeight
(FlatLevelGeneratorSettings p_161906_) Modifier and TypeMethodDescriptionprivate static com.mojang.serialization.DataResult<FlatLevelGeneratorSettings>
FlatLevelGeneratorSettings.validateHeight
(FlatLevelGeneratorSettings p_161906_) ModifierConstructorDescriptionFlatLevelGeneratorPreset
(Holder<Item> displayItem, FlatLevelGeneratorSettings settings) Creates an instance of aFlatLevelGeneratorPreset
record class.