public interface ISWGObject
Modifier and Type | Method and Description |
---|---|
SWGObject |
getContainer() |
long |
getObjectID() |
Quaternion |
getOrientation() |
Planet |
getPlanet() |
Point3D |
getPosition() |
void |
setOrientation(Quaternion newOrientation) |
void |
setPosition(Point3D newPosition) |
long getObjectID()
Planet getPlanet()
SWGObject getContainer()
void setPosition(Point3D newPosition)
void setOrientation(Quaternion newOrientation)
Point3D getPosition()
Quaternion getOrientation()