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_224788_, HeightProvider p_224789_, FloatProvider p_224790_, VerticalAnchor p_224791_, CarverDebugSettings p_224792_, HolderSet<Block> p_224793_, FloatProvider p_224794_, CanyonCarverConfiguration.CanyonShapeConfiguration p_224795_) CarverConfiguration(float p_224832_, HeightProvider p_224833_, FloatProvider p_224834_, VerticalAnchor p_224835_, CarverDebugSettings p_224836_, HolderSet<Block> p_224837_) CaveCarverConfiguration(float p_224853_, HeightProvider p_224854_, FloatProvider p_224855_, VerticalAnchor p_224856_, CarverDebugSettings p_224857_, HolderSet<Block> p_224858_, FloatProvider p_224859_, FloatProvider p_224860_, FloatProvider p_224861_)