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 p_159137_, BlockState p_159138_) static CarverDebugSettingsCarverDebugSettings.of(boolean p_159140_, BlockState p_159141_, BlockState p_159142_, BlockState p_159143_, BlockState p_159144_) static CarverDebugSettingsCarverDebugSettings.of(BlockState p_159130_, BlockState p_159131_, BlockState p_159132_, BlockState p_159133_) Constructors in net.minecraft.world.level.levelgen.carver with parameters of type CarverDebugSettingsModifierConstructorDescriptionCanyonCarverConfiguration(float p_190586_, HeightProvider p_190587_, FloatProvider p_190588_, VerticalAnchor p_190589_, CarverDebugSettings p_190590_, FloatProvider p_190591_, CanyonCarverConfiguration.CanyonShapeConfiguration p_190592_) CarverConfiguration(float p_190629_, HeightProvider p_190630_, FloatProvider p_190631_, VerticalAnchor p_190632_, CarverDebugSettings p_190633_) CaveCarverConfiguration(float p_190653_, HeightProvider p_190654_, FloatProvider p_190655_, VerticalAnchor p_190656_, CarverDebugSettings p_190657_, FloatProvider p_190658_, FloatProvider p_190659_, FloatProvider p_190660_)