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 StructuresConfigChunkGenerator.structuresConfigprivate final StructuresConfigChunkGeneratorSettings.structuresConfigprivate final StructuresConfigFlatChunkGeneratorConfig.structuresConfigFields in net.minecraft.world.gen.chunk with type parameters of type StructuresConfigModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<StructuresConfig>StructuresConfig.CODECMethods 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 TypeMethodDescriptionprivate static ChunkGeneratorSettingsChunkGeneratorSettings.createIslandSettings(StructuresConfig structuresConfig, BlockState defaultBlock, BlockState defaultFluid, boolean bool, boolean bool2) static ChunkGeneratorSettingsChunkGeneratorSettings.createSurfaceSettings(StructuresConfig structuresConfig, boolean amplified, boolean bool, boolean bool2) private static ChunkGeneratorSettingsChunkGeneratorSettings.createUndergroundSettings(StructuresConfig structuresConfig, BlockState defaultBlock, BlockState defaultFluid) FlatChunkGeneratorConfig.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) privateChunkGeneratorSettings(StructuresConfig structuresConfig, GenerationShapeConfig generationShapeConfig, MultiNoiseParameters multiNoiseParameters, BlockState defaultBlock, BlockState defaultFluid, class_6686.class_6708 class_6708, int int2, int int3, int int4, boolean bool, boolean bool2, boolean bool3, boolean bool4, boolean bool5, boolean bool6, boolean bool7) privateFlatChunkGeneratorConfig(Registry<Biome> biomeRegistry, StructuresConfig structuresConfig, List<FlatChunkGeneratorLayer> layers, boolean hasLakes, boolean hasFeatures, Optional<Supplier<Biome>> biome) FlatChunkGeneratorConfig(StructuresConfig structuresConfig, Registry<Biome> biomeRegistry)