Uses of Class
net.minecraft.world.gen.carver.CarverDebugConfig
Packages that use CarverDebugConfig
-
Uses of CarverDebugConfig in net.minecraft.world.gen.carver
Fields in net.minecraft.world.gen.carver declared as CarverDebugConfigModifier and TypeFieldDescriptionCarverConfig.debugConfigstatic CarverDebugConfigCarverDebugConfig.DEFAULTFields in net.minecraft.world.gen.carver with type parameters of type CarverDebugConfigModifier and TypeFieldDescriptionstatic com.mojang.serialization.Codec<CarverDebugConfig>CarverDebugConfig.CODECMethods in net.minecraft.world.gen.carver that return CarverDebugConfigModifier and TypeMethodDescriptionstatic CarverDebugConfigCarverDebugConfig.create(boolean debugMode, BlockState debugState)static CarverDebugConfigCarverDebugConfig.method_36412(BlockState blockState, BlockState blockState2, BlockState blockState3, BlockState blockState4)static CarverDebugConfigCarverDebugConfig.method_36413(boolean bool, BlockState blockState, BlockState blockState2, BlockState blockState3, BlockState blockState4)Constructors in net.minecraft.world.gen.carver with parameters of type CarverDebugConfigModifierConstructorDescriptionCarverConfig(float probability, HeightProvider y, FloatProvider yScale, YOffset lavaLevel, boolean bool, CarverDebugConfig carverDebugConfig)CaveCarverConfig(float probability, HeightProvider y, FloatProvider yScale, YOffset lavaLevel, boolean bool, CarverDebugConfig carverDebugConfig, FloatProvider floatProvider, FloatProvider floatProvider2, FloatProvider floatProvider3)RavineCarverConfig(float probability, HeightProvider y, FloatProvider yScale, YOffset lavaLevel, boolean bool, CarverDebugConfig carverDebugConfig, FloatProvider floatProvider, RavineCarverConfig.Shape shape)