Uses of Record Class
dev.wyck.wrapper.worldgen.carver.CarverDebugSettings
Packages that use CarverDebugSettings
-
Uses of CarverDebugSettings in dev.wyck.wrapper.worldgen.carver
Methods in dev.wyck.wrapper.worldgen.carver that return CarverDebugSettingsModifier and TypeMethodDescriptionCanyonCarverConfiguration.debugSettings()Returns the value of thedebugSettingsrecord component.CarverConfiguration.debugSettings()CaveCarverConfiguration.debugSettings()Returns the value of thedebugSettingsrecord component.static CarverDebugSettingsCarverDebugSettings.defaultSettings()static CarverDebugSettingsCarverDebugSettings.of(boolean debugMode, Material airState, Material waterState, Material lavaState, Material barrierState) static CarverDebugSettingsCarverDebugSettings.of(Material airState, Material waterState, Material lavaState, Material barrierState) Methods in dev.wyck.wrapper.worldgen.carver with parameters of type CarverDebugSettingsModifier and TypeMethodDescriptionCanyonCarverConfiguration.Builder.debugSettings(CarverDebugSettings debugSettings) Sets the debug settings of the carver.CaveCarverConfiguration.Builder.debugSettings(CarverDebugSettings debugSettings) CarverDebugSettings.Factory.toNms(CarverDebugSettings settings) Constructors in dev.wyck.wrapper.worldgen.carver with parameters of type CarverDebugSettingsModifierConstructorDescriptionCanyonCarverConfiguration(float probability, HeightProvider y, FloatProvider yScale, VerticalAnchor lavaLevel, CarverDebugSettings debugSettings, Collection<Material> replaceable, FloatProvider verticalRotation, CanyonShapeConfiguration shape) Creates an instance of aCanyonCarverConfigurationrecord class.CaveCarverConfiguration(float probability, HeightProvider y, FloatProvider yScale, VerticalAnchor lavaLevel, CarverDebugSettings debugSettings, Collection<Material> replaceable, FloatProvider horizontalRadiusMultiplier, FloatProvider verticalRadiusMultiplier, FloatProvider floorLevel) Creates an instance of aCaveCarverConfigurationrecord class.