Uses of Class
net.minecraft.world.gen.chunk.GenerationShapeConfig
| Package | Description |
|---|---|
| net.minecraft.world.gen | |
| net.minecraft.world.gen.chunk |
-
Uses of GenerationShapeConfig in net.minecraft.world.gen
Fields in net.minecraft.world.gen declared as GenerationShapeConfig Modifier and Type Field Description private GenerationShapeConfigNoiseColumnSampler. configMethods in net.minecraft.world.gen with parameters of type GenerationShapeConfig Modifier and Type Method Description voidNoiseColumnSampler. sampleNoiseColumn(double[] buffer, int x, int z, GenerationShapeConfig config, int seaLevel, int minY, int noiseSizeY)Samples the noise for the given column and stores it in the buffer parameter.Constructors in net.minecraft.world.gen with parameters of type GenerationShapeConfig Constructor Description NoiseColumnSampler(BiomeSource biomeSource, int horizontalNoiseResolution, int verticalNoiseResolution, int noiseSizeY, GenerationShapeConfig config, InterpolatedNoiseSampler noise, @Nullable SimplexNoiseSampler islandNoise, OctavePerlinNoiseSampler densityNoise, @Nullable NoiseCaveSampler noiseCaveSampler) -
Uses of GenerationShapeConfig in net.minecraft.world.gen.chunk
Fields in net.minecraft.world.gen.chunk declared as GenerationShapeConfig Modifier and Type Field Description private GenerationShapeConfigChunkGeneratorSettings. generationShapeConfigFields in net.minecraft.world.gen.chunk with type parameters of type GenerationShapeConfig Modifier and Type Field Description static com.mojang.serialization.Codec<GenerationShapeConfig>GenerationShapeConfig. CODECMethods in net.minecraft.world.gen.chunk that return GenerationShapeConfig Modifier and Type Method Description static GenerationShapeConfigGenerationShapeConfig. create(int minimumY, int height, NoiseSamplingConfig sampling, SlideConfig topSlide, SlideConfig bottomSlide, int horizontalSize, int verticalSize, double densityFactor, double densityOffset, boolean simplexSurfaceNoise, boolean randomDensityOffset, boolean islandNoiseOverride, boolean amplified)GenerationShapeConfigChunkGeneratorSettings. getGenerationShapeConfig()Methods in net.minecraft.world.gen.chunk that return types with arguments of type GenerationShapeConfig Modifier and Type Method Description private static com.mojang.serialization.DataResult<GenerationShapeConfig>GenerationShapeConfig. checkHeight(GenerationShapeConfig config)Methods in net.minecraft.world.gen.chunk with parameters of type GenerationShapeConfig Modifier and Type Method Description private static com.mojang.serialization.DataResult<GenerationShapeConfig>GenerationShapeConfig. checkHeight(GenerationShapeConfig config)Constructors in net.minecraft.world.gen.chunk with parameters of type GenerationShapeConfig Constructor Description ChunkGeneratorSettings(StructuresConfig structuresConfig, GenerationShapeConfig generationShapeConfig, BlockState defaultBlock, BlockState defaultFluid, int bedrockCeilingY, int bedrockFloorY, int seaLevel, boolean mobGenerationDisabled, boolean aquifers, boolean noiseCaves, boolean deepslate)