Uses of Class
net.minecraft.world.gen.chunk.FlatChunkGeneratorLayer
Packages that use FlatChunkGeneratorLayer
Package
Description
-
Uses of FlatChunkGeneratorLayer in net.minecraft.client.gui.screen.world
Methods in net.minecraft.client.gui.screen.world that return FlatChunkGeneratorLayerModifier and TypeMethodDescriptionprivate static @Nullable FlatChunkGeneratorLayer
PresetsScreen.parseLayerString
(RegistryEntryLookup<Block> blockLookup, String layer, int layerStartHeight) Parse a string like"60*minecraft:stone"
to aFlatChunkGeneratorLayer
.Methods in net.minecraft.client.gui.screen.world that return types with arguments of type FlatChunkGeneratorLayerModifier 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
Methods in net.minecraft.world.gen with parameters of type FlatChunkGeneratorLayerModifier 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
Fields in net.minecraft.world.gen.chunk with type parameters of type FlatChunkGeneratorLayerModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<FlatChunkGeneratorLayer> FlatChunkGeneratorLayer.CODEC
private final List
<FlatChunkGeneratorLayer> FlatChunkGeneratorConfig.layers
Methods in net.minecraft.world.gen.chunk that return types with arguments of type FlatChunkGeneratorLayerMethod parameters in net.minecraft.world.gen.chunk with type arguments of type FlatChunkGeneratorLayerModifier and TypeMethodDescriptionFlatChunkGeneratorConfig.with
(List<FlatChunkGeneratorLayer> layers, Optional<RegistryEntryList<StructureSet>> structureOverrides, RegistryEntry<Biome> biome) Constructor parameters in net.minecraft.world.gen.chunk with type arguments of type FlatChunkGeneratorLayerModifierConstructorDescriptionprivate
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)