Uses of Interface
dev.wyck.worldgen.heightproviders.AboveBottom
Packages that use AboveBottom
-
Uses of AboveBottom in dev.wyck.worldgen.heightproviders
Fields in dev.wyck.worldgen.heightproviders declared as AboveBottomModifier and TypeFieldDescriptionstatic final AboveBottomAboveBottom.BOTTOMThe bottom of the world.Methods in dev.wyck.worldgen.heightproviders that return AboveBottomModifier and TypeMethodDescriptionstatic AboveBottomVerticalAnchor.above(int offset) Alias forVerticalAnchor.aboveBottom(int)static AboveBottomVerticalAnchor.aboveBottom(int offset) A relative height starting at the bottom of the world.static AboveBottomVerticalAnchor.bottom()Y measured from the bottom of the world.static AboveBottomAboveBottom.of(int offset) Creates a new above-bottom vertical anchor.