Class Location
java.lang.Object
com.github.retrooper.packetevents.protocol.world.Location
-
Constructor Details
-
Location
-
Location
public Location(double x, double y, double z, float yaw, float pitch)
-
-
Method Details
-
getPosition
-
getX
public double getX() -
getY
public double getY() -
getZ
public double getZ() -
setPosition
-
getYaw
public float getYaw() -
setYaw
public void setYaw(float yaw) -
getPitch
public float getPitch() -
setPitch
public void setPitch(float pitch) -
getDirection
-
setDirection
-
clone
-
toString
-