Uses of Class
net.minecraft.world.level.levelgen.carver.CanyonCarverConfiguration
Packages that use CanyonCarverConfiguration
-
Uses of CanyonCarverConfiguration in net.minecraft.world.level.levelgen.carver
Subclasses with type arguments of type CanyonCarverConfiguration in net.minecraft.world.level.levelgen.carverModifier and TypeClassDescriptionclassA carver responsible for creating ravines, or canyons.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 context, CanyonCarverConfiguration configuration, ChunkAccess chunk, Function<BlockPos, Holder<Biome>> biomeGetter, RandomSource random, Aquifer aquifer, ChunkPos sourceChunkPos, CarvingMask mask) private voidCanyonWorldCarver.doCarve(CarvingContext context, CanyonCarverConfiguration configuration, ChunkAccess chunk, Function<BlockPos, Holder<Biome>> biomeGetter, long tunnelSeed, Aquifer aquifer, double x, double y, double z, float thickness, float horizontalRotation, float verticalRotation, int step, int distance, double yScale, CarvingMask mask) private float[]CanyonWorldCarver.initWidthFactors(CarvingContext context, CanyonCarverConfiguration configuration, RandomSource random) Generates a random array full of width factors which are used to create the uneven walls of a ravine.booleanCanyonWorldCarver.isStartChunk(CanyonCarverConfiguration configuration, RandomSource random) private doubleCanyonWorldCarver.updateVerticalRadius(CanyonCarverConfiguration configuration, RandomSource random, double verticalRadius, float distance, float currentStep) Constructor parameters in net.minecraft.world.level.levelgen.carver with type arguments of type CanyonCarverConfigurationModifierConstructorDescriptionCanyonWorldCarver(com.mojang.serialization.Codec<CanyonCarverConfiguration> configurationFactory)