Uses of Class
net.minecraft.world.gen.chunk.FlatChunkGeneratorLayer
-
Uses of FlatChunkGeneratorLayer in net.minecraft.client.gui.screen
Modifier and TypeMethodDescriptionprivate static @Nullable FlatChunkGeneratorLayer
PresetsScreen.parseLayerString(String layer, int layerStartHeight)
Parse a string like"60*minecraft:stone"
to aFlatChunkGeneratorLayer
.Modifier and TypeMethodDescriptionprivate static List<FlatChunkGeneratorLayer>
PresetsScreen.parsePresetLayersString(String layers)
Parse a string like"minecraft:bedrock,3*minecraft:dirt,minecraft:grass_block"
to a list ofFlatChunkGeneratorLayer
.Modifier and TypeMethodDescriptionprivate static void
PresetsScreen.addPreset(Text presetName, ItemConvertible icon, RegistryKey<Biome> presetBiome, List<StructureFeature<?>> structures, boolean generateStronghold, boolean generateFeatures, boolean generateLakes, FlatChunkGeneratorLayer[] layers)
-
Uses of FlatChunkGeneratorLayer in net.minecraft.world.gen.chunk
Modifier and TypeFieldDescriptionstatic com.mojang.serialization.Codec<FlatChunkGeneratorLayer>
FlatChunkGeneratorLayer.CODEC
private List<FlatChunkGeneratorLayer>
FlatChunkGeneratorConfig.layers
Modifier and TypeMethodDescriptionFlatChunkGeneratorConfig.withLayers(List<FlatChunkGeneratorLayer> layers, StructuresConfig structuresConfig)
ModifierConstructorDescriptionprivate
FlatChunkGeneratorConfig(Registry<Biome> biomeRegistry, StructuresConfig structuresConfig, List<FlatChunkGeneratorLayer> layers, boolean hasLakes, boolean hasFeatures, Optional<Supplier<Biome>> biome)