Uses of Class
net.minecraft.world.gen.carver.CarverDebugConfig
-
Uses of CarverDebugConfig in net.minecraft.world.gen.carver
Modifier and TypeFieldDescriptionfinal CarverDebugConfig
CarverConfig.debugConfig
static final CarverDebugConfig
CarverDebugConfig.DEFAULT
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<CarverDebugConfig>
CarverDebugConfig.CODEC
Modifier and TypeMethodDescriptionstatic CarverDebugConfig
CarverDebugConfig.create
(boolean debugMode, BlockState debugState) static CarverDebugConfig
CarverDebugConfig.create
(boolean debugMode, BlockState airState, BlockState waterState, BlockState lavaState, BlockState barrierState) static CarverDebugConfig
CarverDebugConfig.create
(BlockState airState, BlockState waterState, BlockState lavaState, BlockState barrierState) ModifierConstructorDescriptionCarverConfig
(float probability, HeightProvider y, FloatProvider yScale, YOffset lavaLevel, CarverDebugConfig debugConfig, RegistryEntryList<Block> replaceable) CaveCarverConfig
(float probability, HeightProvider y, FloatProvider yScale, YOffset lavaLevel, CarverDebugConfig debugConfig, RegistryEntryList<Block> replaceable, FloatProvider horizontalRadiusMultiplier, FloatProvider verticalRadiusMultiplier, FloatProvider floorLevel) RavineCarverConfig
(float probability, HeightProvider y, FloatProvider yScale, YOffset lavaLevel, CarverDebugConfig debugConfig, RegistryEntryList<Block> replaceable, FloatProvider verticalRotation, RavineCarverConfig.Shape shape)