Uses of Class
net.minecraft.world.level.levelgen.carver.CarverDebugSettings
Packages that use CarverDebugSettings
-
Uses of CarverDebugSettings in net.minecraft.world.level.levelgen.carver
Fields in net.minecraft.world.level.levelgen.carver declared as CarverDebugSettingsModifier and TypeFieldDescriptionfinal CarverDebugSettings
CarverConfiguration.debugSettings
static final CarverDebugSettings
CarverDebugSettings.DEFAULT
Fields in net.minecraft.world.level.levelgen.carver with type parameters of type CarverDebugSettingsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<CarverDebugSettings> CarverDebugSettings.CODEC
Methods in net.minecraft.world.level.levelgen.carver that return CarverDebugSettingsModifier and TypeMethodDescriptionstatic CarverDebugSettings
CarverDebugSettings.of
(boolean debugMode, BlockState airState) static CarverDebugSettings
CarverDebugSettings.of
(boolean debugMode, BlockState airState, BlockState waterState, BlockState lavaState, BlockState barrierState) static CarverDebugSettings
CarverDebugSettings.of
(BlockState airState, BlockState waterState, BlockState lavaState, BlockState barrierState) Constructors in net.minecraft.world.level.levelgen.carver with parameters of type CarverDebugSettingsModifierConstructorDescriptionCanyonCarverConfiguration
(float probability, HeightProvider y, FloatProvider yScale, VerticalAnchor lavaLevel, CarverDebugSettings debugSettings, HolderSet<Block> replaceable, FloatProvider verticalRotation, CanyonCarverConfiguration.CanyonShapeConfiguration shape) CarverConfiguration
(float probability, HeightProvider y, FloatProvider yScale, VerticalAnchor lavaLevel, CarverDebugSettings debugSettings, HolderSet<Block> replaceable) CaveCarverConfiguration
(float probability, HeightProvider y, FloatProvider yScale, VerticalAnchor lavaLevel, CarverDebugSettings debugSettings, HolderSet<Block> replaceable, FloatProvider horizontalRadiusMultiplier, FloatProvider verticalRadiusMultiplier, FloatProvider floorLevel)