Uses of Class
net.minecraft.world.gen.chunk.FlatChunkGeneratorConfig
Packages that use FlatChunkGeneratorConfig
-
Uses of FlatChunkGeneratorConfig in net.minecraft.client.gui.screen
Fields in net.minecraft.client.gui.screen declared as FlatChunkGeneratorConfigModifier and TypeFieldDescriptionprivate FlatChunkGeneratorConfig
CustomizeFlatLevelScreen.config
private FlatChunkGeneratorConfig
PresetsScreen.config
Fields in net.minecraft.client.gui.screen with type parameters of type FlatChunkGeneratorConfigModifier and TypeFieldDescriptionprivate Consumer<FlatChunkGeneratorConfig>
CustomizeFlatLevelScreen.configConsumer
PresetsScreen.SuperflatPreset.generatorConfigProvider
Methods in net.minecraft.client.gui.screen that return FlatChunkGeneratorConfigModifier and TypeMethodDescriptionCustomizeFlatLevelScreen.getConfig()
static FlatChunkGeneratorConfig
PresetsScreen.parsePresetString(Registry<Biome> biomeRegistry, String preset, FlatChunkGeneratorConfig generatorConfig)
Methods in net.minecraft.client.gui.screen with parameters of type FlatChunkGeneratorConfigModifier and TypeMethodDescriptionprivate 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)
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)
SuperflatPreset(Item icon, Text name, Function<Registry<Biome>,FlatChunkGeneratorConfig> generatorConfigProvider)
-
Uses of FlatChunkGeneratorConfig in net.minecraft.world.gen.chunk
Fields in net.minecraft.world.gen.chunk declared as FlatChunkGeneratorConfigFields in net.minecraft.world.gen.chunk with type parameters of type FlatChunkGeneratorConfigModifier and TypeFieldDescriptionstatic com.mojang.serialization.Codec<FlatChunkGeneratorConfig>
FlatChunkGeneratorConfig.CODEC
Methods in net.minecraft.world.gen.chunk that return FlatChunkGeneratorConfigModifier and TypeMethodDescriptionFlatChunkGenerator.getConfig()
static FlatChunkGeneratorConfig
FlatChunkGeneratorConfig.getDefaultConfig(Registry<Biome> biomeRegistry)
FlatChunkGeneratorConfig.withLayers(List<FlatChunkGeneratorLayer> layers, StructuresConfig structuresConfig)
FlatChunkGeneratorConfig.withStructuresConfig(StructuresConfig structuresConfig)
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