Package com.github.juliarn.npclib.api
Interface Position
- All Known Implementing Classes:
DefaultPosition
public interface Position
-
Method Details
-
position
-
position
-
x
double x() -
y
double y() -
z
double z() -
yaw
float yaw() -
pitch
float pitch() -
worldId
-
blockX
int blockX() -
blockY
int blockY() -
blockZ
int blockZ() -
chunkX
int chunkX() -
chunkY
int chunkY() -
chunkZ
int chunkZ()
-