Uses of Class
net.minecraft.world.gen.chunk.FlatChunkGeneratorLayer
Package
Description
-
Uses of FlatChunkGeneratorLayer in net.minecraft.client.gui.screen
Modifier and TypeMethodDescriptionprivate static @Nullable FlatChunkGeneratorLayer
PresetsScreen.parseLayerString
(RegistryEntryLookup<Block> blockLookup, String layer, int layerStartHeight) Parse a string like"60*minecraft:stone"
to aFlatChunkGeneratorLayer
.Modifier and TypeMethodDescriptionprivate static List<FlatChunkGeneratorLayer>
PresetsScreen.parsePresetLayersString
(RegistryEntryLookup<Block> blockLookup, String layers) Parse a string like"minecraft:bedrock,3*minecraft:dirt,minecraft:grass_block"
to a list ofFlatChunkGeneratorLayer
. -
Uses of FlatChunkGeneratorLayer in net.minecraft.world.gen
Modifier and TypeMethodDescriptionprivate void
FlatLevelGeneratorPresets.Registrar.createAndRegister
(RegistryKey<FlatLevelGeneratorPreset> registryKey, ItemConvertible icon, RegistryKey<Biome> biome, Set<RegistryKey<StructureSet>> structureSetKeys, boolean hasFeatures, boolean hasLakes, FlatChunkGeneratorLayer[] layers) -
Uses of FlatChunkGeneratorLayer in net.minecraft.world.gen.chunk
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<FlatChunkGeneratorLayer>
FlatChunkGeneratorLayer.CODEC
private final List<FlatChunkGeneratorLayer>
FlatChunkGeneratorConfig.layers
Modifier and TypeMethodDescriptionFlatChunkGeneratorConfig.with
(List<FlatChunkGeneratorLayer> layers, Optional<RegistryEntryList<StructureSet>> structureOverrides, RegistryEntry<Biome> biome) ModifierConstructorDescriptionprivate
FlatChunkGeneratorConfig
(Optional<RegistryEntryList<StructureSet>> structureOverrides, List<FlatChunkGeneratorLayer> layers, boolean lakes, boolean features, Optional<RegistryEntry<Biome>> biome, RegistryEntry.Reference<Biome> fallback, RegistryEntry<PlacedFeature> undergroundLavaLakeFeature, RegistryEntry<PlacedFeature> surfaceLavaLakeFeature)