Uses of Interface
dev.wyck.worldgen.heightproviders.UniformHeight
Packages that use UniformHeight
-
Uses of UniformHeight in dev.wyck.worldgen.heightproviders
Subclasses with type arguments of type UniformHeight in dev.wyck.worldgen.heightprovidersMethods in dev.wyck.worldgen.heightproviders that return UniformHeightModifier and TypeMethodDescriptionUniformHeight.Builder.build()static UniformHeightUniformHeight.of(VerticalAnchor minInclusive, VerticalAnchor maxInclusive) Creates a new uniform height provider.static UniformHeightHeightProvider.uniform(VerticalAnchor minInclusive, VerticalAnchor maxInclusive) Uniformly distributed between two anchors (inclusive).default UniformHeightVerticalAnchor.uniform(VerticalAnchor maxInclusive) Wraps the given value in aUniformHeightConstructors in dev.wyck.worldgen.heightproviders with parameters of type UniformHeight