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 pContext, CanyonCarverConfiguration pConfig, ChunkAccess pChunk, Function<BlockPos, Holder<Biome>> pBiomeAccessor, long pSeed, Aquifer pAquifer, double pX, double pY, double pZ, float pThickness, float pYaw, float pPitch, int pBranchIndex, int pBranchCount, double pHorizontalVerticalRatio, CarvingMask pCarvingMask) private float[]CanyonWorldCarver.initWidthFactors(CarvingContext pContext, CanyonCarverConfiguration pConfig, RandomSource pRandom) 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 pConfig, RandomSource pRandom, double pVerticalRadius, float pBranchCount, float pCurrentBranch) Constructor parameters in net.minecraft.world.level.levelgen.carver with type arguments of type CanyonCarverConfigurationModifierConstructorDescriptionCanyonWorldCarver(com.mojang.serialization.Codec<CanyonCarverConfiguration> p_64711_)