Uses of Class
net.minecraft.world.gen.chunk.FlatChunkGeneratorLayer
| Package | Description |
|---|---|
| net.minecraft.client.gui.screen | |
| net.minecraft.world.gen.chunk |
-
Uses of FlatChunkGeneratorLayer in net.minecraft.client.gui.screen
Methods in net.minecraft.client.gui.screen that return FlatChunkGeneratorLayer Modifier and Type Method Description private static @Nullable FlatChunkGeneratorLayerPresetsScreen. parseLayerString(String layer, int layerStartHeight)Parse a string like"60*minecraft:stone"to aFlatChunkGeneratorLayer.Methods in net.minecraft.client.gui.screen that return types with arguments of type FlatChunkGeneratorLayer Modifier and Type Method Description private static List<FlatChunkGeneratorLayer>PresetsScreen. parsePresetLayersString(String layers)Parse a string like"minecraft:bedrock,3*minecraft:dirt,minecraft:grass_block"to a list ofFlatChunkGeneratorLayer.Methods in net.minecraft.client.gui.screen with parameters of type FlatChunkGeneratorLayer Modifier and Type Method Description private static voidPresetsScreen. 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
Fields in net.minecraft.world.gen.chunk with type parameters of type FlatChunkGeneratorLayer Modifier and Type Field Description static com.mojang.serialization.Codec<FlatChunkGeneratorLayer>FlatChunkGeneratorLayer. CODECprivate List<FlatChunkGeneratorLayer>FlatChunkGeneratorConfig. layersMethods in net.minecraft.world.gen.chunk that return types with arguments of type FlatChunkGeneratorLayer Modifier and Type Method Description List<FlatChunkGeneratorLayer>FlatChunkGeneratorConfig. getLayers()Method parameters in net.minecraft.world.gen.chunk with type arguments of type FlatChunkGeneratorLayer Modifier and Type Method Description FlatChunkGeneratorConfigFlatChunkGeneratorConfig. withLayers(List<FlatChunkGeneratorLayer> layers, StructuresConfig structuresConfig)Constructor parameters in net.minecraft.world.gen.chunk with type arguments of type FlatChunkGeneratorLayer Constructor Description FlatChunkGeneratorConfig(Registry<Biome> biomeRegistry, StructuresConfig structuresConfig, List<FlatChunkGeneratorLayer> layers, boolean hasLakes, boolean hasFeatures, Optional<Supplier<Biome>> biome)