Uses of Class
net.minecraft.world.gen.chunk.FlatChunkGeneratorConfig
| Package | Description |
|---|---|
| net.minecraft.client.gui.screen | |
| net.minecraft.world.gen.chunk |
-
Uses of FlatChunkGeneratorConfig in net.minecraft.client.gui.screen
Fields in net.minecraft.client.gui.screen declared as FlatChunkGeneratorConfig Modifier and Type Field Description private FlatChunkGeneratorConfigCustomizeFlatLevelScreen. configprivate FlatChunkGeneratorConfigPresetsScreen. configFields in net.minecraft.client.gui.screen with type parameters of type FlatChunkGeneratorConfig Modifier and Type Field Description private Consumer<FlatChunkGeneratorConfig>CustomizeFlatLevelScreen. configConsumerFunction<Registry<Biome>,FlatChunkGeneratorConfig>PresetsScreen.SuperflatPreset. generatorConfigProviderMethods in net.minecraft.client.gui.screen that return FlatChunkGeneratorConfig Modifier and Type Method Description FlatChunkGeneratorConfigCustomizeFlatLevelScreen. getConfig()static FlatChunkGeneratorConfigPresetsScreen. parsePresetString(Registry<Biome> biomeRegistry, String preset, FlatChunkGeneratorConfig generatorConfig)Methods in net.minecraft.client.gui.screen with parameters of type FlatChunkGeneratorConfig Modifier and Type Method Description private static StringPresetsScreen. getGeneratorConfigString(Registry<Biome> biomeRegistry, FlatChunkGeneratorConfig generatorConfig)static FlatChunkGeneratorConfigPresetsScreen. parsePresetString(Registry<Biome> biomeRegistry, String preset, FlatChunkGeneratorConfig generatorConfig)voidCustomizeFlatLevelScreen. setConfig(FlatChunkGeneratorConfig config)Constructors in net.minecraft.client.gui.screen with parameters of type FlatChunkGeneratorConfig Constructor Description CustomizeFlatLevelScreen(CreateWorldScreen parent, Consumer<FlatChunkGeneratorConfig> configConsumer, FlatChunkGeneratorConfig config)Constructor parameters in net.minecraft.client.gui.screen with type arguments of type FlatChunkGeneratorConfig Constructor Description CustomizeFlatLevelScreen(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 FlatChunkGeneratorConfig Modifier and Type Field Description private FlatChunkGeneratorConfigFlatChunkGenerator. configFields in net.minecraft.world.gen.chunk with type parameters of type FlatChunkGeneratorConfig Modifier and Type Field Description static com.mojang.serialization.Codec<FlatChunkGeneratorConfig>FlatChunkGeneratorConfig. CODECMethods in net.minecraft.world.gen.chunk that return FlatChunkGeneratorConfig Modifier and Type Method Description FlatChunkGeneratorConfigFlatChunkGenerator. getConfig()static FlatChunkGeneratorConfigFlatChunkGeneratorConfig. getDefaultConfig(Registry<Biome> biomeRegistry)FlatChunkGeneratorConfigFlatChunkGeneratorConfig. withLayers(List<FlatChunkGeneratorLayer> layers, StructuresConfig structuresConfig)FlatChunkGeneratorConfigFlatChunkGeneratorConfig. withStructuresConfig(StructuresConfig structuresConfig)Methods in net.minecraft.world.gen.chunk that return types with arguments of type FlatChunkGeneratorConfig Modifier and Type Method Description private static com.mojang.serialization.DataResult<FlatChunkGeneratorConfig>FlatChunkGeneratorConfig. checkHeight(FlatChunkGeneratorConfig config)Methods in net.minecraft.world.gen.chunk with parameters of type FlatChunkGeneratorConfig Modifier and Type Method Description private static com.mojang.serialization.DataResult<FlatChunkGeneratorConfig>FlatChunkGeneratorConfig. checkHeight(FlatChunkGeneratorConfig config)Constructors in net.minecraft.world.gen.chunk with parameters of type FlatChunkGeneratorConfig Constructor Description FlatChunkGenerator(FlatChunkGeneratorConfig config)