Package de.maxhenkel.voicechat.api
Interface Position
public interface Position
-
Method Summary
-
Method Details
-
getX
double getX()- Returns:
- the X position
-
getY
double getY()- Returns:
- the Y position
-
getZ
double getZ()- Returns:
- the Z position
-