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 pDebugMode, BlockState pAirState) static CarverDebugSettings
CarverDebugSettings.of
(boolean pDebugMode, BlockState pAirState, BlockState pWaterState, BlockState pLavaState, BlockState pBarrierState) static CarverDebugSettings
CarverDebugSettings.of
(BlockState pAirState, BlockState pWaterState, BlockState pLavaState, BlockState pBarrierState) Constructors in net.minecraft.world.level.levelgen.carver with parameters of type CarverDebugSettingsModifierConstructorDescriptionCanyonCarverConfiguration
(float pProbability, HeightProvider pY, FloatProvider pYScale, VerticalAnchor pLavaLevel, CarverDebugSettings pDebugSettings, HolderSet<Block> pReplaceable, FloatProvider pVerticalRotation, CanyonCarverConfiguration.CanyonShapeConfiguration pShape) CarverConfiguration
(float p_224832_, HeightProvider p_224833_, FloatProvider p_224834_, VerticalAnchor p_224835_, CarverDebugSettings p_224836_, HolderSet<Block> p_224837_) CaveCarverConfiguration
(float pProbability, HeightProvider pY, FloatProvider pYScale, VerticalAnchor pLavaLevel, CarverDebugSettings pDebugSettings, HolderSet<Block> pReplaceable, FloatProvider pHorizontalRadiusMultiplier, FloatProvider pVerticalRadiusMultiplier, FloatProvider pFloorLevel)