Uses of Class
net.minecraft.world.level.levelgen.flat.FlatLevelGeneratorSettings
Packages that use FlatLevelGeneratorSettings
Package
Description
-
Uses of FlatLevelGeneratorSettings in net.minecraft.client.gui.screens
Fields in net.minecraft.client.gui.screens declared as FlatLevelGeneratorSettingsModifier and TypeFieldDescriptionprivate FlatLevelGeneratorSettingsCreateFlatWorldScreen.generatorprivate 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> blocks, HolderGetter<Biome> biomes, HolderGetter<StructureSet> structureSets, HolderGetter<PlacedFeature> placedFeatures, String definition, FlatLevelGeneratorSettings settings) CreateFlatWorldScreen.settings()Methods in net.minecraft.client.gui.screens with parameters of type FlatLevelGeneratorSettingsModifier and TypeMethodDescriptionstatic FlatLevelGeneratorSettingsPresetFlatWorldScreen.fromString(HolderGetter<Block> blocks, HolderGetter<Biome> biomes, HolderGetter<StructureSet> structureSets, HolderGetter<PlacedFeature> placedFeatures, String definition, FlatLevelGeneratorSettings settings) private static StringPresetFlatWorldScreen.save(FlatLevelGeneratorSettings settings) voidCreateFlatWorldScreen.setConfig(FlatLevelGeneratorSettings generator) Constructors in net.minecraft.client.gui.screens with parameters of type FlatLevelGeneratorSettingsModifierConstructorDescriptionCreateFlatWorldScreen(CreateWorldScreen parent, Consumer<FlatLevelGeneratorSettings> applySettings, FlatLevelGeneratorSettings generator) Constructor parameters in net.minecraft.client.gui.screens with type arguments of type FlatLevelGeneratorSettingsModifierConstructorDescriptionCreateFlatWorldScreen(CreateWorldScreen parent, Consumer<FlatLevelGeneratorSettings> applySettings, FlatLevelGeneratorSettings generator) -
Uses of FlatLevelGeneratorSettings in net.minecraft.client.gui.screens.worldselection
Methods in net.minecraft.client.gui.screens.worldselection with parameters of type FlatLevelGeneratorSettingsModifier and TypeMethodDescriptionPresetEditor.flatWorldConfigurator(FlatLevelGeneratorSettings generatorSettings) -
Uses of FlatLevelGeneratorSettings in net.minecraft.world.level.levelgen
Fields 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.flat
Fields 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> biomes, HolderGetter<StructureSet> structureSets, HolderGetter<PlacedFeature> placedFeatures) FlatLevelGeneratorPreset.settings()Returns the value of thesettingsrecord component.FlatLevelGeneratorSettings.withBiomeAndLayers(List<FlatLayerInfo> layers, Optional<HolderSet<StructureSet>> structureOverrides, Holder<Biome> biome) 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 settings) Methods in net.minecraft.world.level.levelgen.flat with parameters of type FlatLevelGeneratorSettingsModifier and TypeMethodDescriptionprivate static com.mojang.serialization.DataResult<FlatLevelGeneratorSettings> FlatLevelGeneratorSettings.validateHeight(FlatLevelGeneratorSettings settings) Constructors in net.minecraft.world.level.levelgen.flat with parameters of type FlatLevelGeneratorSettingsModifierConstructorDescriptionFlatLevelGeneratorPreset(Holder<Item> displayItem, FlatLevelGeneratorSettings settings) Creates an instance of aFlatLevelGeneratorPresetrecord class.