Package com.nickuc.login.api.types
Interface Location
public interface Location
Interface used to encapsulate the location data.
-
Method Summary
-
Method Details
-
getWorldName
String getWorldName() -
getX
double getX() -
getY
double getY() -
getZ
double getZ() -
getPitch
float getPitch() -
getYaw
float getYaw()
-