Uses of Interface
dev.wyck.wrapper.worldgen.valueproviders.FloatProvider
Packages that use FloatProvider
Package
Description
-
Uses of FloatProvider in dev.wyck.wrapper.worldgen.carver
Methods in dev.wyck.wrapper.worldgen.carver that return FloatProviderModifier and TypeMethodDescriptionCanyonShapeConfiguration.distanceFactor()Returns the value of thedistanceFactorrecord component.CaveCarverConfiguration.floorLevel()Returns the value of thefloorLevelrecord component.CanyonShapeConfiguration.horizontalRadiusFactor()Returns the value of thehorizontalRadiusFactorrecord component.CaveCarverConfiguration.horizontalRadiusMultiplier()Returns the value of thehorizontalRadiusMultiplierrecord component.CanyonShapeConfiguration.thickness()Returns the value of thethicknessrecord component.CaveCarverConfiguration.verticalRadiusMultiplier()Returns the value of theverticalRadiusMultiplierrecord component.CanyonCarverConfiguration.verticalRotation()Returns the value of theverticalRotationrecord component.CanyonCarverConfiguration.yScale()Returns the value of theyScalerecord component.CarverConfiguration.yScale()CaveCarverConfiguration.yScale()Returns the value of theyScalerecord component.Methods in dev.wyck.wrapper.worldgen.carver with parameters of type FloatProviderModifier and TypeMethodDescriptionCanyonShapeConfiguration.Builder.distanceFactor(FloatProvider distanceFactor) Sets the distance factor of the shape.CaveCarverConfiguration.Builder.floorLevel(FloatProvider floorLevel) CanyonShapeConfiguration.Builder.horizontalRadiusFactor(FloatProvider horizontalRadiusFactor) Sets the horizontal radius factor of the shape.CaveCarverConfiguration.Builder.horizontalRadiusMultiplier(FloatProvider horizontalRadiusMultiplier) CanyonShapeConfiguration.Builder.thickness(FloatProvider thickness) Sets the thickness of the shape.CaveCarverConfiguration.Builder.verticalRadiusMultiplier(FloatProvider verticalRadiusMultiplier) CanyonCarverConfiguration.Builder.verticalRotation(FloatProvider verticalRotation) Sets the vertical rotation of the carver.CanyonCarverConfiguration.Builder.yScale(FloatProvider yScale) Sets the y-scale of the carver.CaveCarverConfiguration.Builder.yScale(FloatProvider yScale) Constructors in dev.wyck.wrapper.worldgen.carver with parameters of type FloatProviderModifierConstructorDescriptionCanyonCarverConfiguration(float probability, HeightProvider y, FloatProvider yScale, VerticalAnchor lavaLevel, CarverDebugSettings debugSettings, Collection<Material> replaceable, FloatProvider verticalRotation, CanyonShapeConfiguration shape) Creates an instance of aCanyonCarverConfigurationrecord class.CanyonShapeConfiguration(FloatProvider distanceFactor, FloatProvider thickness, int widthSmoothness, FloatProvider horizontalRadiusFactor, float verticalRadiusDefaultFactor, float verticalRadiusCenterFactor) Creates an instance of aCanyonShapeConfigurationrecord 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. -
Uses of FloatProvider in dev.wyck.wrapper.worldgen.feature.config
Methods in dev.wyck.wrapper.worldgen.feature.config that return FloatProviderModifier and TypeMethodDescriptionFeatureConfiguration.DripstoneClusterConfiguration.density()Returns the value of thedensityrecord component.FeatureConfiguration.LargeDripstoneConfiguration.heightScale()Returns the value of theheightScalerecord component.FeatureConfiguration.LargeDripstoneConfiguration.stalactiteBluntness()Returns the value of thestalactiteBluntnessrecord component.FeatureConfiguration.LargeDripstoneConfiguration.stalagmiteBluntness()Returns the value of thestalagmiteBluntnessrecord component.FeatureConfiguration.DripstoneClusterConfiguration.wetness()Returns the value of thewetnessrecord component.FeatureConfiguration.LargeDripstoneConfiguration.windSpeed()Returns the value of thewindSpeedrecord component.Methods in dev.wyck.wrapper.worldgen.feature.config with parameters of type FloatProviderModifier and TypeMethodDescriptionFeatureConfiguration.DripstoneClusterConfiguration.Builder.density(FloatProvider density) FeatureConfiguration.LargeDripstoneConfiguration.Builder.heightScale(FloatProvider heightScale) FeatureConfiguration.LargeDripstoneConfiguration.Builder.stalactiteBluntness(FloatProvider stalactiteBluntness) FeatureConfiguration.LargeDripstoneConfiguration.Builder.stalagmiteBluntness(FloatProvider stalagmiteBluntness) FeatureConfiguration.DripstoneClusterConfiguration.Builder.wetness(FloatProvider wetness) FeatureConfiguration.LargeDripstoneConfiguration.Builder.windSpeed(FloatProvider windSpeed) Constructors in dev.wyck.wrapper.worldgen.feature.config with parameters of type FloatProviderModifierConstructorDescriptionDripstoneClusterConfiguration(int floorToCeilingSearchRange, IntProvider height, IntProvider radius, int maxStalagmiteStalactiteHeightDiff, int heightDeviation, IntProvider dripstoneBlockLayerThickness, FloatProvider density, FloatProvider wetness, float chanceOfDripstoneColumnAtMaxDistanceFromCenter, int maxDistanceFromEdgeAffectingChanceOfDripstoneColumn, int maxDistanceFromCenterAffectingHeightBias) Creates an instance of aDripstoneClusterConfigurationrecord class.LargeDripstoneConfiguration(int floorToCeilingSearchRange, IntProvider columnRadius, FloatProvider heightScale, float maxColumnRadiusToCaveHeightRatio, FloatProvider stalactiteBluntness, FloatProvider stalagmiteBluntness, FloatProvider windSpeed, int minRadiusForWind, float minBluntnessForWind) Creates an instance of aLargeDripstoneConfigurationrecord class. -
Uses of FloatProvider in dev.wyck.wrapper.worldgen.valueproviders
Classes in dev.wyck.wrapper.worldgen.valueproviders that implement FloatProviderModifier and TypeClassDescriptionstatic final recordstatic final recordstatic final recordstatic final recordMethods in dev.wyck.wrapper.worldgen.valueproviders that return FloatProviderModifier and TypeMethodDescriptionstatic FloatProviderFloatProvider.clampedNormal(float mean, float deviation, float min, float max) static FloatProviderFloatProvider.constant(float value) static FloatProviderFloatProvider.trapezoid(float min, float max, float plateau) static FloatProviderFloatProvider.uniform(float minInclusive, float maxExclusive) Methods in dev.wyck.wrapper.worldgen.valueproviders with parameters of type FloatProvider