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.CANYON
static final com.mojang.serialization.Codec
<CanyonCarverConfiguration> CanyonCarverConfiguration.CODEC
Methods in net.minecraft.world.level.levelgen.carver with parameters of type CanyonCarverConfigurationModifier and TypeMethodDescriptionboolean
CanyonWorldCarver.carve
(CarvingContext pContext, CanyonCarverConfiguration pConfig, ChunkAccess pChunk, Function<BlockPos, Holder<Biome>> pBiomeAccessor, RandomSource pRandom, Aquifer pAquifer, ChunkPos pChunkPos, CarvingMask pCarvingMask) Carves the given chunk with caves that originate from the givenchunkPos
.private void
CanyonWorldCarver.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.boolean
CanyonWorldCarver.isStartChunk
(CanyonCarverConfiguration pConfig, RandomSource pRandom) private double
CanyonWorldCarver.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_)