Uses of Interface
dev.wyck.worldgen.valueproviders.TrapezoidFloat
Packages that use TrapezoidFloat
-
Uses of TrapezoidFloat in dev.wyck.worldgen.valueproviders
Subclasses with type arguments of type TrapezoidFloat in dev.wyck.worldgen.valueprovidersMethods in dev.wyck.worldgen.valueproviders that return TrapezoidFloatModifier and TypeMethodDescriptionTrapezoidFloat.Builder.build()static TrapezoidFloatTrapezoidFloat.of(float min, float max, float plateau) Creates a new trapezoid float provider.static TrapezoidFloatFloatProvider.trapezoid(float min, float max, float plateau) Creates a trapezoidal float provider.Constructors in dev.wyck.worldgen.valueproviders with parameters of type TrapezoidFloat