Package de.themoep.connectorplugin
Class LocationInfo
java.lang.Object
de.themoep.connectorplugin.LocationInfo
-
Constructor Summary
ConstructorDescriptionLocationInfo
(LocationInfo location) LocationInfo
(String server, String world, double x, double y, double z) LocationInfo
(String server, String world, double x, double y, double z, float yaw, float pitch) -
Method Summary
-
Constructor Details
-
LocationInfo
-
LocationInfo
-
LocationInfo
-
-
Method Details
-
getServer
-
getWorld
-
getX
public double getX() -
getY
public double getY() -
getZ
public double getZ() -
getYaw
public float getYaw() -
getPitch
public float getPitch() -
write
public void write(com.google.common.io.ByteArrayDataOutput out) -
read
-
toString
-
equals
-