Uses of Class
net.minecraft.world.gen.chunk.StructuresConfig
Packages that use StructuresConfig
-
Uses of StructuresConfig in net.minecraft.world.gen.chunk
Fields in net.minecraft.world.gen.chunk declared as StructuresConfigModifier and TypeFieldDescriptionprivate final StructuresConfig
ChunkGenerator.structuresConfig
private final StructuresConfig
ChunkGeneratorSettings.structuresConfig
private final StructuresConfig
FlatChunkGeneratorConfig.structuresConfig
Fields in net.minecraft.world.gen.chunk with type parameters of type StructuresConfigModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<StructuresConfig>
StructuresConfig.CODEC
Methods in net.minecraft.world.gen.chunk that return StructuresConfigModifier and TypeMethodDescriptionChunkGenerator.getStructuresConfig()
ChunkGeneratorSettings.getStructuresConfig()
FlatChunkGeneratorConfig.getStructuresConfig()
Methods in net.minecraft.world.gen.chunk with parameters of type StructuresConfigModifier and TypeMethodDescriptionFlatChunkGeneratorConfig.withLayers
(List<FlatChunkGeneratorLayer> layers, StructuresConfig structuresConfig) FlatChunkGeneratorConfig.withStructuresConfig
(StructuresConfig structuresConfig) Constructors in net.minecraft.world.gen.chunk with parameters of type StructuresConfigModifierConstructorDescriptionChunkGenerator
(BiomeSource populationSource, BiomeSource biomeSource, StructuresConfig structuresConfig, long worldSeed) ChunkGenerator
(BiomeSource biomeSource, StructuresConfig structuresConfig) private
ChunkGeneratorSettings
(StructuresConfig structuresConfig, GenerationShapeConfig generationShapeConfig, BlockState defaultBlock, BlockState defaultFluid, MaterialRules.MaterialRule surfaceRule, int bedrockCeilingY, boolean mobGenerationDisabled, boolean aquifers, boolean noiseCaves, boolean oreVeins, boolean noodleCaves, boolean useLegacyRandom) private
FlatChunkGeneratorConfig
(Registry<Biome> biomeRegistry, StructuresConfig structuresConfig, List<FlatChunkGeneratorLayer> layers, boolean hasLakes, boolean hasFeatures, Optional<Supplier<Biome>> biome) FlatChunkGeneratorConfig
(StructuresConfig structuresConfig, Registry<Biome> biomeRegistry)