Uses of Interface
dev.wyck.worldgen.valueproviders.TrapezoidInt
Packages that use TrapezoidInt
-
Uses of TrapezoidInt in dev.wyck.worldgen.valueproviders
Subclasses with type arguments of type TrapezoidInt in dev.wyck.worldgen.valueprovidersMethods in dev.wyck.worldgen.valueproviders that return TrapezoidIntModifier and TypeMethodDescriptionTrapezoidInt.Builder.build()static TrapezoidIntTrapezoidInt.of(int min, int max, int plateau) Creates a new trapezoid int provider.static TrapezoidIntIntProvider.trapezoid(int min, int max, int plateau) Creates a trapezoidal int provider.static TrapezoidIntIntProvider.triangle(int range) A symmetric triangular distribution over [-IntProvider.minInclusive(),IntProvider.maxInclusive()].static TrapezoidIntTrapezoidInt.triangle(int range) A symmetric triangular distribution over [-IntProvider.minInclusive(),IntProvider.maxInclusive()].Constructors in dev.wyck.worldgen.valueproviders with parameters of type TrapezoidInt