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 final Consumer<FlatChunkGeneratorConfig>
CustomizeFlatLevelScreen.configConsumer
PresetsScreen.SuperflatPreset.generatorConfigProvider
Modifier and TypeMethodDescriptionCustomizeFlatLevelScreen.getConfig()
static FlatChunkGeneratorConfig
PresetsScreen.parsePresetString
(Registry<Biome> biomeRegistry, Registry<StructureSet> structureSetRegistry, String preset, FlatChunkGeneratorConfig generatorConfig) Modifier and TypeMethodDescription(package private) static String
PresetsScreen.getGeneratorConfigString
(FlatChunkGeneratorConfig config) static FlatChunkGeneratorConfig
PresetsScreen.parsePresetString
(Registry<Biome> biomeRegistry, Registry<StructureSet> structureSetRegistry, 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<DynamicRegistryManager, FlatChunkGeneratorConfig> generatorConfigProvider) -
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
(Registry<Biome> biomeRegistry, Registry<StructureSet> registry) FlatChunkGeneratorConfig.withLayers
(List<FlatChunkGeneratorLayer> layers, Optional<RegistryEntryList<StructureSet>> optional) 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) ModifierConstructorDescriptionFlatChunkGenerator
(Registry<StructureSet> structureFeatureRegistry, FlatChunkGeneratorConfig config)