Uses of Class
net.minecraft.world.level.levelgen.carver.CarverConfiguration
Packages that use CarverConfiguration
-
Uses of CarverConfiguration in net.minecraft.world.level.levelgen.carver
Classes in net.minecraft.world.level.levelgen.carver with type parameters of type CarverConfigurationModifier and TypeClassDescriptionfinal record
ConfiguredWorldCarver<WC extends CarverConfiguration>
class
WorldCarver<C extends CarverConfiguration>
Subclasses of CarverConfiguration in net.minecraft.world.level.levelgen.carverFields in net.minecraft.world.level.levelgen.carver declared as CarverConfigurationModifier and TypeFieldDescriptionprivate final WC
ConfiguredWorldCarver.config
The field for theconfig
record component.Fields in net.minecraft.world.level.levelgen.carver with type parameters of type CarverConfigurationModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec
<CarverConfiguration> CarverConfiguration.CODEC
Methods in net.minecraft.world.level.levelgen.carver with type parameters of type CarverConfigurationModifier and TypeMethodDescriptionprivate static <C extends CarverConfiguration,
F extends WorldCarver<C>>
FMethods in net.minecraft.world.level.levelgen.carver with parameters of type CarverConfigurationModifier and TypeMethodDescriptionprivate static BlockState
WorldCarver.getDebugState
(CarverConfiguration config, BlockState state) private static boolean
WorldCarver.isDebugEnabled
(CarverConfiguration config) Constructors in net.minecraft.world.level.levelgen.carver with parameters of type CarverConfigurationModifierConstructorDescriptionCanyonCarverConfiguration
(CarverConfiguration config, FloatProvider verticalRotation, CanyonCarverConfiguration.CanyonShapeConfiguration shape) CaveCarverConfiguration
(CarverConfiguration config, FloatProvider horizontalRadiusMultiplier, FloatProvider verticalRadiusMultiplier, FloatProvider floorLevel)