Uses of Class
net.minecraft.world.gen.carver.CarverDebugConfig
| Package | Description |
|---|---|
| net.minecraft.world.gen.carver |
-
Uses of CarverDebugConfig in net.minecraft.world.gen.carver
Fields in net.minecraft.world.gen.carver declared as CarverDebugConfig Modifier and Type Field Description CarverDebugConfigCarverConfig. debugConfigstatic CarverDebugConfigCarverDebugConfig. DEFAULTFields in net.minecraft.world.gen.carver with type parameters of type CarverDebugConfig Modifier and Type Field Description static com.mojang.serialization.Codec<CarverDebugConfig>CarverDebugConfig. CODECMethods in net.minecraft.world.gen.carver that return CarverDebugConfig Modifier and Type Method Description static CarverDebugConfigCarverDebugConfig. create(boolean debugMode, BlockState debugState)Constructors in net.minecraft.world.gen.carver with parameters of type CarverDebugConfig Constructor Description CarverConfig(float probability, HeightProvider y, FloatProvider yScale, YOffset lavaLevel, CarverDebugConfig debugConfig)CaveCarverConfig(float probability, HeightProvider y, FloatProvider yScale, YOffset lavaLevel, CarverDebugConfig debugConfig, FloatProvider horizontalRadiusMultiplier, FloatProvider verticalRadiusMultiplier, FloatProvider floorLevel)RavineCarverConfig(float probability, HeightProvider y, FloatProvider yScale, YOffset lavaLevel, CarverDebugConfig debugConfig, FloatProvider verticalRotation, RavineCarverConfig.Shape shape)