Uses of Class
net.minecraft.world.gen.chunk.FlatChunkGeneratorConfig
Package
Description
-
Uses of FlatChunkGeneratorConfig in net.minecraft.client.gui.screen
Modifier and TypeFieldDescription(package private) FlatChunkGeneratorConfig
CustomizeFlatLevelScreen.config
(package private) FlatChunkGeneratorConfig
PresetsScreen.config
Modifier and TypeFieldDescriptionprivate final Consumer<FlatChunkGeneratorConfig>
CustomizeFlatLevelScreen.configConsumer
Modifier and TypeMethodDescriptionCustomizeFlatLevelScreen.getConfig()
static FlatChunkGeneratorConfig
PresetsScreen.parsePresetString
(RegistryEntryLookup<Block> blockLookup, RegistryEntryLookup<Biome> biomeLookup, RegistryEntryLookup<StructureSet> structureSetLookup, RegistryEntryLookup<PlacedFeature> placedFeatureLookup, String preset, FlatChunkGeneratorConfig config) Modifier 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) ModifierConstructorDescriptionCustomizeFlatLevelScreen
(CreateWorldScreen parent, Consumer<FlatChunkGeneratorConfig> configConsumer, FlatChunkGeneratorConfig config) ModifierConstructorDescriptionCustomizeFlatLevelScreen
(CreateWorldScreen parent, Consumer<FlatChunkGeneratorConfig> configConsumer, FlatChunkGeneratorConfig config) -
Uses of FlatChunkGeneratorConfig in net.minecraft.client.gui.screen.world
Modifier and TypeMethodDescriptionprivate static GeneratorOptionsHolder.RegistryAwareModifier
LevelScreenProvider.createModifier
(FlatChunkGeneratorConfig config) -
Uses of FlatChunkGeneratorConfig in net.minecraft.world.gen
Modifier and TypeFieldDescriptionprivate final FlatChunkGeneratorConfig
FlatLevelGeneratorPreset.settings
The field for thesettings
record component.Modifier and TypeMethodDescriptionFlatLevelGeneratorPreset.settings()
Returns the value of thesettings
record component.ModifierConstructorDescriptionFlatLevelGeneratorPreset
(RegistryEntry<Item> registryEntry, FlatChunkGeneratorConfig flatChunkGeneratorConfig) -
Uses of FlatChunkGeneratorConfig in net.minecraft.world.gen.chunk
Modifier and TypeFieldDescriptionprivate final FlatChunkGeneratorConfig
FlatChunkGenerator.config
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<FlatChunkGeneratorConfig>
FlatChunkGeneratorConfig.CODEC
Modifier 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) Modifier and TypeMethodDescriptionprivate static com.mojang.serialization.DataResult<FlatChunkGeneratorConfig>
FlatChunkGeneratorConfig.checkHeight
(FlatChunkGeneratorConfig config) Modifier and TypeMethodDescriptionprivate static com.mojang.serialization.DataResult<FlatChunkGeneratorConfig>
FlatChunkGeneratorConfig.checkHeight
(FlatChunkGeneratorConfig config)