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 FlatChunkGeneratorConfig
CustomizeFlatLevelScreen. config
private FlatChunkGeneratorConfig
PresetsScreen. config
Fields in net.minecraft.client.gui.screen with type parameters of type FlatChunkGeneratorConfig Modifier and Type Field Description private Consumer<FlatChunkGeneratorConfig>
CustomizeFlatLevelScreen. configConsumer
Function<Registry<Biome>,FlatChunkGeneratorConfig>
PresetsScreen.SuperflatPreset. generatorConfigProvider
Methods in net.minecraft.client.gui.screen that return FlatChunkGeneratorConfig Modifier and Type Method Description FlatChunkGeneratorConfig
CustomizeFlatLevelScreen. getConfig()
static FlatChunkGeneratorConfig
PresetsScreen. 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 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 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 FlatChunkGeneratorConfig
FlatChunkGenerator. config
Fields in net.minecraft.world.gen.chunk with type parameters of type FlatChunkGeneratorConfig Modifier and Type Field Description static com.mojang.serialization.Codec<FlatChunkGeneratorConfig>
FlatChunkGeneratorConfig. CODEC
Methods in net.minecraft.world.gen.chunk that return FlatChunkGeneratorConfig Modifier and Type Method Description FlatChunkGeneratorConfig
FlatChunkGenerator. getConfig()
static FlatChunkGeneratorConfig
FlatChunkGeneratorConfig. getDefaultConfig(Registry<Biome> biomeRegistry)
FlatChunkGeneratorConfig
FlatChunkGeneratorConfig. withLayers(List<FlatChunkGeneratorLayer> layers, StructuresConfig structuresConfig)
FlatChunkGeneratorConfig
FlatChunkGeneratorConfig. 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)