Package net.eternalclient.api.rs
Interface RSIntProjection
-
- All Superinterfaces:
RSProjection
public interface RSIntProjection extends RSProjection
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getCameraPitch()
int
getCameraX()
int
getCameraY()
int
getCameraYaw()
int
getCameraZ()
int
getPitchCos()
int
getPitchSin()
int
getYawCos()
int
getYawSin()
-