Uses of Class
net.minecraft.world.gen.chunk.GenerationShapeConfig
Packages that use GenerationShapeConfig
-
Uses of GenerationShapeConfig in net.minecraft.world.gen
Fields in net.minecraft.world.gen declared as GenerationShapeConfigConstructors in net.minecraft.world.gen with parameters of type GenerationShapeConfigModifierConstructorDescriptionNoiseColumnSampler
(int int2, int horizontalNoiseResolution, int verticalNoiseResolution, GenerationShapeConfig config, MultiNoiseParameters noiseParameters, boolean bool, long seed) -
Uses of GenerationShapeConfig in net.minecraft.world.gen.chunk
Fields in net.minecraft.world.gen.chunk declared as GenerationShapeConfigModifier and TypeFieldDescriptionprivate final GenerationShapeConfig
ChunkGeneratorSettings.generationShapeConfig
Fields in net.minecraft.world.gen.chunk with type parameters of type GenerationShapeConfigModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<GenerationShapeConfig>
GenerationShapeConfig.CODEC
Methods in net.minecraft.world.gen.chunk that return GenerationShapeConfigModifier and TypeMethodDescriptionstatic GenerationShapeConfig
GenerationShapeConfig.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, boolean bool) ChunkGeneratorSettings.getGenerationShapeConfig()
Methods in net.minecraft.world.gen.chunk that return types with arguments of type GenerationShapeConfigModifier and TypeMethodDescriptionprivate static com.mojang.serialization.DataResult<GenerationShapeConfig>
GenerationShapeConfig.checkHeight
(GenerationShapeConfig config) Methods in net.minecraft.world.gen.chunk with parameters of type GenerationShapeConfigModifier and TypeMethodDescriptionprivate static com.mojang.serialization.DataResult<GenerationShapeConfig>
GenerationShapeConfig.checkHeight
(GenerationShapeConfig config) Constructors in net.minecraft.world.gen.chunk with parameters of type GenerationShapeConfigModifierConstructorDescriptionprivate
ChunkGeneratorSettings
(StructuresConfig structuresConfig, GenerationShapeConfig generationShapeConfig, MultiNoiseParameters biomeSource, BlockState defaultBlock, BlockState defaultFluid, int bedrockFloorY, int seaLevel, int minSurfaceLevel, boolean mobGenerationDisabled, boolean aquifers, boolean noiseCaves, boolean deepslate, boolean oreVeins, boolean noodleCaves)