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 carverDebugConfig) CaveCarverConfig
(float probability, HeightProvider y, FloatProvider yScale, YOffset lavaLevel, CarverDebugConfig carverDebugConfig, FloatProvider floatProvider, FloatProvider floatProvider2, FloatProvider floatProvider3) RavineCarverConfig
(float probability, HeightProvider y, FloatProvider yScale, YOffset lavaLevel, CarverDebugConfig carverDebugConfig, FloatProvider floatProvider, RavineCarverConfig.Shape shape)