Package me.ulrich.clans.data
Class EncodedLocationData
java.lang.Object
me.ulrich.clans.data.EncodedLocationData
-
Constructor Summary
ConstructorsConstructorDescriptionEncodedLocationData(String server, String world, double x, double y, double z, float yaw, float pitch) -
Method Summary
-
Constructor Details
-
EncodedLocationData
-
-
Method Details
-
getServer
-
setServer
-
getWorld
-
setWorld
-
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)
-