Uses of Class
net.minecraft.world.gen.chunk.placement.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.structuresConfigMethods 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(Registry<ConfiguredStructureFeature<?, ?>> registry, BiomeSource biomeSource, BiomeSource biomeSource2, StructuresConfig structuresConfig, long long2) ChunkGenerator(Registry<ConfiguredStructureFeature<?, ?>> registry, BiomeSource biomeSource, StructuresConfig structuresConfig) privateChunkGeneratorSettings(StructuresConfig structuresConfig, GenerationShapeConfig generationShapeConfig, BlockState defaultBlock, BlockState defaultFluid, MaterialRules.MaterialRule surfaceRule, int seaLevel, boolean mobGenerationDisabled, boolean aquifers, boolean noiseCaves, boolean oreVeins, boolean noodleCaves, boolean useLegacyRandom) privateFlatChunkGeneratorConfig(Registry<Biome> biomeRegistry, StructuresConfig structuresConfig, List<FlatChunkGeneratorLayer> layers, boolean hasLakes, boolean hasFeatures, Optional<RegistryEntry<Biome>> biome) FlatChunkGeneratorConfig(StructuresConfig structuresConfig, Registry<Biome> biomeRegistry) -
Uses of StructuresConfig in net.minecraft.world.gen.chunk.placement
Fields in net.minecraft.world.gen.chunk.placement with type parameters of type StructuresConfigModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<StructuresConfig>StructuresConfig.CODEC