Interface Position

All Known Subinterfaces:
BlockPointer
All Known Implementing Classes:
BlockPointerImpl, PositionImpl, Vec3d

public interface Position
  • Method Summary

    Modifier and Type Method Description
    double getX()
    Returns the X coordinate.
    double getY()
    Returns the Y coordinate.
    double getZ()
    Returns the Z coordinate.
  • Method Details

    • getX

      double getX()
      Returns the X coordinate.
    • getY

      double getY()
      Returns the Y coordinate.
    • getZ

      double getZ()
      Returns the Z coordinate.