Class EncodedLocationData

java.lang.Object
me.ulrich.clans.data.EncodedLocationData

public class EncodedLocationData extends Object
  • Constructor Details

    • EncodedLocationData

      public EncodedLocationData(String server, String world, double x, double y, double z, float yaw, float pitch)
  • Method Details

    • getServer

      public String getServer()
    • setServer

      public void setServer(String server)
    • getWorld

      public String getWorld()
    • setWorld

      public void setWorld(String world)
    • getX

      public double getX()
    • setX

      public void setX(double x)
    • getY

      public double getY()
    • setY

      public void setY(double y)
    • getZ

      public double getZ()
    • setZ

      public void setZ(double z)
    • getYaw

      public float getYaw()
    • setYaw

      public void setYaw(float yaw)
    • getPitch

      public float getPitch()
    • setPitch

      public void setPitch(float pitch)