Uses of Class
net.minecraft.world.gen.chunk.FlatChunkGeneratorConfig
Packages that use FlatChunkGeneratorConfig
Package
Description
-
Uses of FlatChunkGeneratorConfig in net.minecraft.client.gui.screen
Fields in net.minecraft.client.gui.screen declared as FlatChunkGeneratorConfigModifier and TypeFieldDescription(package private) FlatChunkGeneratorConfig
CustomizeFlatLevelScreen.config
(package private) FlatChunkGeneratorConfig
PresetsScreen.config
Fields in net.minecraft.client.gui.screen with type parameters of type FlatChunkGeneratorConfigModifier and TypeFieldDescriptionprivate final Consumer<FlatChunkGeneratorConfig>
CustomizeFlatLevelScreen.configConsumer
Methods in net.minecraft.client.gui.screen that return FlatChunkGeneratorConfigModifier and TypeMethodDescriptionCustomizeFlatLevelScreen.getConfig()
static FlatChunkGeneratorConfig
PresetsScreen.parsePresetString
(RegistryEntryLookup<Block> blockLookup, RegistryEntryLookup<Biome> biomeLookup, RegistryEntryLookup<StructureSet> structureSetLookup, RegistryEntryLookup<PlacedFeature> placedFeatureLookup, String preset, FlatChunkGeneratorConfig config) Methods in net.minecraft.client.gui.screen with parameters of type FlatChunkGeneratorConfigModifier and TypeMethodDescription(package private) static String
PresetsScreen.getGeneratorConfigString
(FlatChunkGeneratorConfig config) static FlatChunkGeneratorConfig
PresetsScreen.parsePresetString
(RegistryEntryLookup<Block> blockLookup, RegistryEntryLookup<Biome> biomeLookup, RegistryEntryLookup<StructureSet> structureSetLookup, RegistryEntryLookup<PlacedFeature> placedFeatureLookup, String preset, FlatChunkGeneratorConfig config) void
CustomizeFlatLevelScreen.setConfig
(FlatChunkGeneratorConfig config) Constructors in net.minecraft.client.gui.screen with parameters of type FlatChunkGeneratorConfigModifierConstructorDescriptionCustomizeFlatLevelScreen
(CreateWorldScreen parent, Consumer<FlatChunkGeneratorConfig> configConsumer, FlatChunkGeneratorConfig config) Constructor parameters in net.minecraft.client.gui.screen with type arguments of type FlatChunkGeneratorConfigModifierConstructorDescriptionCustomizeFlatLevelScreen
(CreateWorldScreen parent, Consumer<FlatChunkGeneratorConfig> configConsumer, FlatChunkGeneratorConfig config) -
Uses of FlatChunkGeneratorConfig in net.minecraft.client.gui.screen.world
Methods in net.minecraft.client.gui.screen.world with parameters of type FlatChunkGeneratorConfigModifier and TypeMethodDescriptionprivate static GeneratorOptionsHolder.RegistryAwareModifier
LevelScreenProvider.createModifier
(FlatChunkGeneratorConfig config) -
Uses of FlatChunkGeneratorConfig in net.minecraft.world.gen
Fields in net.minecraft.world.gen declared as FlatChunkGeneratorConfigModifier and TypeFieldDescriptionprivate final FlatChunkGeneratorConfig
FlatLevelGeneratorPreset.settings
The field for thesettings
record component.Methods in net.minecraft.world.gen that return FlatChunkGeneratorConfigModifier and TypeMethodDescriptionFlatLevelGeneratorPreset.settings()
Returns the value of thesettings
record component.Constructors in net.minecraft.world.gen with parameters of type FlatChunkGeneratorConfigModifierConstructorDescriptionFlatLevelGeneratorPreset
(RegistryEntry<Item> registryEntry, FlatChunkGeneratorConfig flatChunkGeneratorConfig) -
Uses of FlatChunkGeneratorConfig in net.minecraft.world.gen.chunk
Fields in net.minecraft.world.gen.chunk declared as FlatChunkGeneratorConfigModifier and TypeFieldDescriptionprivate final FlatChunkGeneratorConfig
FlatChunkGenerator.config
Fields in net.minecraft.world.gen.chunk with type parameters of type FlatChunkGeneratorConfigModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<FlatChunkGeneratorConfig>
FlatChunkGeneratorConfig.CODEC
Methods in net.minecraft.world.gen.chunk that return FlatChunkGeneratorConfigModifier and TypeMethodDescriptionFlatChunkGenerator.getConfig()
static FlatChunkGeneratorConfig
FlatChunkGeneratorConfig.getDefaultConfig
(RegistryEntryLookup<Biome> biomeLookup, RegistryEntryLookup<StructureSet> structureSetLookup, RegistryEntryLookup<PlacedFeature> featureLookup) FlatChunkGeneratorConfig.with
(List<FlatChunkGeneratorLayer> layers, Optional<RegistryEntryList<StructureSet>> structureOverrides, RegistryEntry<Biome> biome) Methods in net.minecraft.world.gen.chunk that return types with arguments of type FlatChunkGeneratorConfigModifier and TypeMethodDescriptionprivate static com.mojang.serialization.DataResult<FlatChunkGeneratorConfig>
FlatChunkGeneratorConfig.checkHeight
(FlatChunkGeneratorConfig config) Methods in net.minecraft.world.gen.chunk with parameters of type FlatChunkGeneratorConfigModifier and TypeMethodDescriptionprivate static com.mojang.serialization.DataResult<FlatChunkGeneratorConfig>
FlatChunkGeneratorConfig.checkHeight
(FlatChunkGeneratorConfig config) Constructors in net.minecraft.world.gen.chunk with parameters of type FlatChunkGeneratorConfig