Uses of Class
net.minecraft.world.level.levelgen.flat.FlatLevelGeneratorSettings
Packages that use FlatLevelGeneratorSettings
Package
Description
- 
Uses of FlatLevelGeneratorSettings in net.minecraft.client.gui.screensFields in net.minecraft.client.gui.screens declared as FlatLevelGeneratorSettingsModifier and TypeFieldDescription(package private) FlatLevelGeneratorSettingsCreateFlatWorldScreen.generator(package private) FlatLevelGeneratorSettingsPresetFlatWorldScreen.settingsFields in net.minecraft.client.gui.screens with type parameters of type FlatLevelGeneratorSettingsModifier and TypeFieldDescriptionprivate final Consumer<FlatLevelGeneratorSettings>CreateFlatWorldScreen.applySettingsMethods in net.minecraft.client.gui.screens that return FlatLevelGeneratorSettingsModifier and TypeMethodDescriptionstatic FlatLevelGeneratorSettingsPresetFlatWorldScreen.fromString(HolderGetter<Block> p_259084_, HolderGetter<Biome> p_259583_, HolderGetter<StructureSet> p_259610_, HolderGetter<PlacedFeature> p_259243_, String p_259508_, FlatLevelGeneratorSettings p_259417_) CreateFlatWorldScreen.settings()Methods in net.minecraft.client.gui.screens with parameters of type FlatLevelGeneratorSettingsModifier and TypeMethodDescriptionstatic FlatLevelGeneratorSettingsPresetFlatWorldScreen.fromString(HolderGetter<Block> p_259084_, HolderGetter<Biome> p_259583_, HolderGetter<StructureSet> p_259610_, HolderGetter<PlacedFeature> p_259243_, String p_259508_, FlatLevelGeneratorSettings p_259417_) (package private) static StringPresetFlatWorldScreen.save(FlatLevelGeneratorSettings p_205394_) voidCreateFlatWorldScreen.setConfig(FlatLevelGeneratorSettings p_95826_) Constructors in net.minecraft.client.gui.screens with parameters of type FlatLevelGeneratorSettingsModifierConstructorDescriptionCreateFlatWorldScreen(CreateWorldScreen p_95822_, Consumer<FlatLevelGeneratorSettings> p_95823_, FlatLevelGeneratorSettings p_95824_) Constructor parameters in net.minecraft.client.gui.screens with type arguments of type FlatLevelGeneratorSettingsModifierConstructorDescriptionCreateFlatWorldScreen(CreateWorldScreen p_95822_, Consumer<FlatLevelGeneratorSettings> p_95823_, FlatLevelGeneratorSettings p_95824_) 
- 
Uses of FlatLevelGeneratorSettings in net.minecraft.client.gui.screens.worldselectionMethods in net.minecraft.client.gui.screens.worldselection with parameters of type FlatLevelGeneratorSettingsModifier and TypeMethodDescriptionprivate static WorldCreationContext.DimensionsUpdaterPresetEditor.flatWorldConfigurator(FlatLevelGeneratorSettings p_250871_) 
- 
Uses of FlatLevelGeneratorSettings in net.minecraft.world.level.levelgenFields in net.minecraft.world.level.levelgen declared as FlatLevelGeneratorSettingsModifier and TypeFieldDescriptionprivate final FlatLevelGeneratorSettingsFlatLevelSource.settingsMethods in net.minecraft.world.level.levelgen that return FlatLevelGeneratorSettingsConstructors in net.minecraft.world.level.levelgen with parameters of type FlatLevelGeneratorSettings
- 
Uses of FlatLevelGeneratorSettings in net.minecraft.world.level.levelgen.flatFields in net.minecraft.world.level.levelgen.flat declared as FlatLevelGeneratorSettingsModifier and TypeFieldDescriptionprivate final FlatLevelGeneratorSettingsFlatLevelGeneratorPreset.settingsThe field for thesettingsrecord component.Fields in net.minecraft.world.level.levelgen.flat with type parameters of type FlatLevelGeneratorSettingsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<FlatLevelGeneratorSettings>FlatLevelGeneratorSettings.CODECMethods in net.minecraft.world.level.levelgen.flat that return FlatLevelGeneratorSettingsModifier and TypeMethodDescriptionstatic FlatLevelGeneratorSettingsFlatLevelGeneratorSettings.getDefault(HolderGetter<Biome> p_256175_, HolderGetter<StructureSet> p_256081_, HolderGetter<PlacedFeature> p_256484_) FlatLevelGeneratorPreset.settings()Returns the value of thesettingsrecord component.FlatLevelGeneratorSettings.withBiomeAndLayers(List<FlatLayerInfo> p_256587_, Optional<HolderSet<StructureSet>> p_256500_, Holder<Biome> p_256598_) Methods in net.minecraft.world.level.levelgen.flat that return types with arguments of type FlatLevelGeneratorSettingsModifier and TypeMethodDescriptionprivate static com.mojang.serialization.DataResult<FlatLevelGeneratorSettings>FlatLevelGeneratorSettings.validateHeight(FlatLevelGeneratorSettings p_161906_) Methods in net.minecraft.world.level.levelgen.flat with parameters of type FlatLevelGeneratorSettingsModifier and TypeMethodDescriptionprivate static com.mojang.serialization.DataResult<FlatLevelGeneratorSettings>FlatLevelGeneratorSettings.validateHeight(FlatLevelGeneratorSettings p_161906_) Constructors in net.minecraft.world.level.levelgen.flat with parameters of type FlatLevelGeneratorSettingsModifierConstructorDescriptionFlatLevelGeneratorPreset(Holder<Item> displayItem, FlatLevelGeneratorSettings settings) Creates an instance of aFlatLevelGeneratorPresetrecord class.