Interface AboveBottom
- All Superinterfaces:
VerticalAnchor, Wrapper
A relative height starting at the bottom of the world.
- Since:
- 3.0.0
- See Also:
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic AboveBottomof(int offset) Creates a new above-bottom vertical anchor.intoffset()The offset from the bottom of the generation range.Methods inherited from interface VerticalAnchor
biased, biasedToBottom, constant, trapezoid, uniform, veryBiased, veryBiasedToBottomMethods inherited from interface Wrapper
asHandle, toMinecraft, unwrap
-
Field Details
-
BOTTOM
The bottom of the world.
-
-
Method Details
-
offset
The offset from the bottom of the generation range.- Returns:
- the offset from the bottom of the generation range
- Since:
- 3.0.0
-
of
Creates a new above-bottom vertical anchor.- Parameters:
offset- the offset from the bottom of the generation range- Returns:
- a new above-bottom vertical anchor
- Since:
- 3.0.0
-