Uses of Interface
dev.wyck.worldgen.heightproviders.VeryBiasedToBottomHeight
Packages that use VeryBiasedToBottomHeight
-
Uses of VeryBiasedToBottomHeight in dev.wyck.worldgen.heightproviders
Subclasses with type arguments of type VeryBiasedToBottomHeight in dev.wyck.worldgen.heightprovidersMethods in dev.wyck.worldgen.heightproviders that return VeryBiasedToBottomHeightModifier and TypeMethodDescriptionVeryBiasedToBottomHeight.Builder.build()static VeryBiasedToBottomHeightVeryBiasedToBottomHeight.of(VerticalAnchor minInclusive, VerticalAnchor maxInclusive, int inner) Creates a new very-biased-to-bottom height provider.default VeryBiasedToBottomHeightVerticalAnchor.veryBiased(VerticalAnchor maxInclusive, int inner) static VeryBiasedToBottomHeightHeightProvider.veryBiasedToBottom(VerticalAnchor minInclusive, VerticalAnchor maxInclusive, int inner) Weighted very strongly toward the bottom of the range.default VeryBiasedToBottomHeightVerticalAnchor.veryBiasedToBottom(VerticalAnchor maxInclusive, int inner) Wraps the given value in aVeryBiasedToBottomHeightConstructors in dev.wyck.worldgen.heightproviders with parameters of type VeryBiasedToBottomHeight