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 CarverDebugSettingsCarverConfiguration.debugSettingsstatic final CarverDebugSettingsCarverDebugSettings.DEFAULTFields in net.minecraft.world.level.levelgen.carver with type parameters of type CarverDebugSettingsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<CarverDebugSettings> CarverDebugSettings.CODECMethods in net.minecraft.world.level.levelgen.carver that return CarverDebugSettingsModifier and TypeMethodDescriptionstatic CarverDebugSettingsCarverDebugSettings.of(boolean pDebugMode, BlockState pAirState) static CarverDebugSettingsCarverDebugSettings.of(boolean pDebugMode, BlockState pAirState, BlockState pWaterState, BlockState pLavaState, BlockState pBarrierState) static CarverDebugSettingsCarverDebugSettings.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 pProbability, HeightProvider pY, FloatProvider pYScale, VerticalAnchor pLavaLevel, CarverDebugSettings pDebugSettings, HolderSet<Block> pReplaceable) CaveCarverConfiguration(float pProbability, HeightProvider pY, FloatProvider pYScale, VerticalAnchor pLavaLevel, CarverDebugSettings pDebugSettings, HolderSet<Block> pReplaceable, FloatProvider pHorizontalRadiusMultiplier, FloatProvider pVerticalRadiusMultiplier, FloatProvider pFloorLevel)