Uses of Interface
dev.wyck.worldgen.heightproviders.ConstantHeight
Packages that use ConstantHeight
-
Uses of ConstantHeight in dev.wyck.worldgen.heightproviders
Fields in dev.wyck.worldgen.heightproviders declared as ConstantHeightModifier and TypeFieldDescriptionstatic final ConstantHeightConstantHeight.ZEROA constant height provider which always resolves to 0.Methods in dev.wyck.worldgen.heightproviders that return ConstantHeightModifier and TypeMethodDescriptionstatic ConstantHeightHeightProvider.constant(VerticalAnchor value) A single fixed anchor.default ConstantHeightVerticalAnchor.constant()Wraps the given value in aConstantHeightstatic ConstantHeightConstantHeight.of(VerticalAnchor value) Creates a new constant height provider.static ConstantHeightHeightProvider.zero()A constant height provider that always returns the same value.