Package net.eternalclient.api.rs
Interface RSEntity
-
- All Superinterfaces:
RSWorldEntity
public interface RSEntity extends RSWorldEntity
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getPlane()
RSWorldView
getWorldView()
int
getX()
int
getY()
-
-
-
Method Detail
-
getX
int getX()
-
getY
int getY()
-
getPlane
int getPlane()
-
getWorldView
RSWorldView getWorldView()
-
-