Uses of Interface
dev.wyck.worldgen.heightproviders.BiasedToBottomHeight
Packages that use BiasedToBottomHeight
-
Uses of BiasedToBottomHeight in dev.wyck.worldgen.heightproviders
Subclasses with type arguments of type BiasedToBottomHeight in dev.wyck.worldgen.heightprovidersMethods in dev.wyck.worldgen.heightproviders that return BiasedToBottomHeightModifier and TypeMethodDescriptiondefault BiasedToBottomHeightVerticalAnchor.biased(VerticalAnchor maxInclusive, int inner) static BiasedToBottomHeightHeightProvider.biasedToBottom(VerticalAnchor minInclusive, VerticalAnchor maxInclusive, int inner) Weighted toward the bottom of the range.default BiasedToBottomHeightVerticalAnchor.biasedToBottom(VerticalAnchor maxInclusive, int inner) Wraps the given value in aBiasedToBottomHeightBiasedToBottomHeight.Builder.build()static BiasedToBottomHeightBiasedToBottomHeight.of(VerticalAnchor minInclusive, VerticalAnchor maxInclusive, int inner) Creates a new biased-to-bottom height provider.Constructors in dev.wyck.worldgen.heightproviders with parameters of type BiasedToBottomHeight