Uses of Class
net.minecraft.world.gen.chunk.FlatChunkGeneratorConfig
-
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 Consumer<FlatChunkGeneratorConfig>
CustomizeFlatLevelScreen.configConsumer
PresetsScreen.SuperflatPreset.generatorConfigProvider
Modifier and TypeMethodDescriptionCustomizeFlatLevelScreen.getConfig()
static FlatChunkGeneratorConfig
PresetsScreen.parsePresetString(Registry<Biome> biomeRegistry, String preset, FlatChunkGeneratorConfig generatorConfig)
Modifier and TypeMethodDescription(package private) static String
PresetsScreen.getGeneratorConfigString(Registry<Biome> biomeRegistry, FlatChunkGeneratorConfig generatorConfig)
static FlatChunkGeneratorConfig
PresetsScreen.parsePresetString(Registry<Biome> biomeRegistry, String preset, FlatChunkGeneratorConfig generatorConfig)
void
CustomizeFlatLevelScreen.setConfig(FlatChunkGeneratorConfig config)
ModifierConstructorDescriptionCustomizeFlatLevelScreen(CreateWorldScreen parent, Consumer<FlatChunkGeneratorConfig> configConsumer, FlatChunkGeneratorConfig config)
ModifierConstructorDescriptionCustomizeFlatLevelScreen(CreateWorldScreen parent, Consumer<FlatChunkGeneratorConfig> configConsumer, FlatChunkGeneratorConfig config)
SuperflatPreset(Item icon, Text name, Function<Registry<Biome>,FlatChunkGeneratorConfig> generatorConfigProvider)
-
Uses of FlatChunkGeneratorConfig in net.minecraft.world.gen.chunk
Modifier and TypeFieldDescriptionstatic com.mojang.serialization.Codec<FlatChunkGeneratorConfig>
FlatChunkGeneratorConfig.CODEC
Modifier and TypeMethodDescriptionFlatChunkGenerator.getConfig()
static FlatChunkGeneratorConfig
FlatChunkGeneratorConfig.getDefaultConfig(Registry<Biome> biomeRegistry)
FlatChunkGeneratorConfig.withLayers(List<FlatChunkGeneratorLayer> layers, StructuresConfig structuresConfig)
FlatChunkGeneratorConfig.withStructuresConfig(StructuresConfig structuresConfig)
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)