Uses of Class
net.minecraft.world.gen.carver.CarverDebugConfig
Packages that use CarverDebugConfig
-
Uses of CarverDebugConfig in net.minecraft.world.gen.carver
Fields in net.minecraft.world.gen.carver declared as CarverDebugConfigModifier and TypeFieldDescriptionfinal CarverDebugConfig
CarverConfig.debugConfig
static final CarverDebugConfig
CarverDebugConfig.DEFAULT
Fields in net.minecraft.world.gen.carver with type parameters of type CarverDebugConfigModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<CarverDebugConfig> CarverDebugConfig.CODEC
Methods in net.minecraft.world.gen.carver that return CarverDebugConfigModifier 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) Constructors in net.minecraft.world.gen.carver with parameters of type CarverDebugConfigModifierConstructorDescriptionCarverConfig
(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)