Interface Location


public interface Location
Interface used to encapsulate the location data.
  • Method Details

    • getWorldName

      String getWorldName()
    • getX

      double getX()
    • getY

      double getY()
    • getZ

      double getZ()
    • getPitch

      float getPitch()
    • getYaw

      float getYaw()