Uses of Interface
dev.wyck.worldgen.carver.CarverDebugSettings
Packages that use CarverDebugSettings
-
Uses of CarverDebugSettings in dev.wyck.worldgen.carver
Fields in dev.wyck.worldgen.carver declared as CarverDebugSettingsModifier and TypeFieldDescriptionprotected @Nullable CarverDebugSettingsCarverConfiguration.CarverConfigurationBuilder.debugSettingsstatic final CarverDebugSettingsCarverDebugSettings.DEFAULTThe default debug settings, as they appear in Minecraft.Methods in dev.wyck.worldgen.carver that return CarverDebugSettingsModifier and TypeMethodDescriptionCarverDebugSettings.Builder.build()Builds the debug settings.CarverConfiguration.debugSettings()static CarverDebugSettingsReads Minecraft carver debug settings.static CarverDebugSettingsCarverDebugSettings.of(boolean debugMode, BlockData airState, BlockData waterState, BlockData lavaState, BlockData barrierState) Creates a new debug settings object.Methods in dev.wyck.worldgen.carver with parameters of type CarverDebugSettingsModifier and TypeMethodDescriptionCarverConfiguration.CarverConfigurationBuilder.debugSettings(CarverDebugSettings debugSettings) Sets the debug settings of the carver.static CanyonCarverConfigurationCanyonCarverConfiguration.of(float probability, HeightProvider y, FloatProvider yScale, VerticalAnchor lavaLevel, CarverDebugSettings debugSettings, Set<Material> replaceable, FloatProvider verticalRotation, CanyonCarverConfiguration.CanyonShapeConfiguration shape) Creates a new CanyonCarverConfiguration.static CaveCarverConfigurationCaveCarverConfiguration.of(float probability, HeightProvider y, FloatProvider yScale, VerticalAnchor lavaLevel, CarverDebugSettings debugSettings, Set<Material> replaceable, FloatProvider horizontalRadiusMultiplier, FloatProvider verticalRadiusMultiplier, FloatProvider floorLevel) Creates a new CaveCarverConfiguration.Constructors in dev.wyck.worldgen.carver with parameters of type CarverDebugSettings