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 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(Registry<Biome> p_211772_, Registry<StructureSet> p_211773_, String p_211774_, FlatLevelGeneratorSettings p_211775_) CreateFlatWorldScreen.settings()Methods in net.minecraft.client.gui.screens with parameters of type FlatLevelGeneratorSettingsModifier and TypeMethodDescriptionstatic FlatLevelGeneratorSettingsPresetFlatWorldScreen.fromString(Registry<Biome> p_211772_, Registry<StructureSet> p_211773_, String p_211774_, FlatLevelGeneratorSettings p_211775_) (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.worldselection
Methods in net.minecraft.client.gui.screens.worldselection with parameters of type FlatLevelGeneratorSettingsModifier and TypeMethodDescriptionprivate static WorldCreationContext.UpdaterPresetEditor.flatWorldConfigurator(FlatLevelGeneratorSettings p_232953_) -
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 FlatLevelGeneratorSettingsModifierConstructorDescriptionFlatLevelSource(Registry<StructureSet> p_209099_, FlatLevelGeneratorSettings p_209100_) -
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(Registry<Biome> p_211735_, Registry<StructureSet> p_211736_) FlatLevelGeneratorPreset.settings()Returns the value of thesettingsrecord component.FlatLevelGeneratorSettings.withLayers(List<FlatLayerInfo> p_209804_, Optional<HolderSet<StructureSet>> p_209805_) 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.