Uses of Class
net.minecraft.world.level.levelgen.carver.CanyonCarverConfiguration
Packages that use CanyonCarverConfiguration
-
Uses of CanyonCarverConfiguration in net.minecraft.world.level.levelgen.carver
Fields in net.minecraft.world.level.levelgen.carver with type parameters of type CanyonCarverConfigurationModifier and TypeFieldDescriptionstatic final WorldCarver<CanyonCarverConfiguration> WorldCarver.CANYONstatic final com.mojang.serialization.Codec<CanyonCarverConfiguration> CanyonCarverConfiguration.CODECMethods in net.minecraft.world.level.levelgen.carver with parameters of type CanyonCarverConfigurationModifier and TypeMethodDescriptionbooleanCanyonWorldCarver.carve(CarvingContext p_224813_, CanyonCarverConfiguration p_224814_, ChunkAccess p_224815_, Function<BlockPos, Holder<Biome>> p_224816_, RandomSource p_224817_, Aquifer p_224818_, ChunkPos p_224819_, CarvingMask p_224820_) private voidCanyonWorldCarver.doCarve(CarvingContext context, CanyonCarverConfiguration config, ChunkAccess chunk, Function<BlockPos, Holder<Biome>> biomeAccessor, long seed, Aquifer aquifer, double x, double y, double z, float thickness, float yaw, float pitch, int branchIndex, int branchCount, double horizontalVerticalRatio, CarvingMask carvingMask) private float[]CanyonWorldCarver.initWidthFactors(CarvingContext context, CanyonCarverConfiguration config, RandomSource random) Generates a random array full of width factors which are used to create the uneven walls of a ravine.booleanCanyonWorldCarver.isStartChunk(CanyonCarverConfiguration p_224797_, RandomSource p_224798_) private doubleCanyonWorldCarver.updateVerticalRadius(CanyonCarverConfiguration config, RandomSource random, double verticalRadius, float branchCount, float currentBranch) Constructor parameters in net.minecraft.world.level.levelgen.carver with type arguments of type CanyonCarverConfigurationModifierConstructorDescriptionCanyonWorldCarver(com.mojang.serialization.Codec<CanyonCarverConfiguration> p_64711_)