Interface Absolute

All Superinterfaces:
VerticalAnchor, Wrapper

@NullMarked @AsOf("3.0.0") public interface Absolute extends VerticalAnchor
An absolute height as seen on the F3 screen.
Since:
3.0.0
See Also:
  • Method Details

    • y

      @AsOf("3.0.0") int y()
      The Y level.
      Returns:
      an absolute y level
      Since:
      3.0.0
    • of

      @AsOf("3.0.0") static Absolute of(int y)
      Creates a new absolute vertical anchor.
      Parameters:
      y - Y measured from the bottom of the world
      Returns:
      a new absolute vertical anchor
      Since:
      3.0.0