Uses of Interface
dev.wyck.worldgen.heightproviders.TrapezoidHeight
Packages that use TrapezoidHeight
-
Uses of TrapezoidHeight in dev.wyck.worldgen.heightproviders
Subclasses with type arguments of type TrapezoidHeight in dev.wyck.worldgen.heightprovidersMethods in dev.wyck.worldgen.heightproviders that return TrapezoidHeightModifier and TypeMethodDescriptionTrapezoidHeight.Builder.build()static TrapezoidHeightTrapezoidHeight.of(VerticalAnchor minInclusive, VerticalAnchor maxInclusive, int plateau) Creates a new trapezoid height provider.static TrapezoidHeightHeightProvider.trapezoid(VerticalAnchor minInclusive, VerticalAnchor maxInclusive, int plateau) Trapezoidal distribution with a flat plateau of the given height.default TrapezoidHeightVerticalAnchor.trapezoid(VerticalAnchor maxInclusive, int plateau) Wraps the given value in aTrapezoidHeightConstructors in dev.wyck.worldgen.heightproviders with parameters of type TrapezoidHeight