Modifier and Type | Method and Description |
---|---|
Quaternion |
SWGObject.getOrientation() |
Quaternion |
ISWGObject.getOrientation() |
Modifier and Type | Method and Description |
---|---|
void |
SWGObject.setOrientation(Quaternion newOrientation) |
void |
ISWGObject.setOrientation(Quaternion newOrientation) |
Constructor and Description |
---|
SWGObject(long objectID,
Planet planet,
Point3D position,
Quaternion orientation,
java.lang.String Template) |
Modifier and Type | Method and Description |
---|---|
Quaternion |
Quaternion.clone() |
Quaternion |
Transform.getOrientation() |
Constructor and Description |
---|
Transform(Quaternion orientation,
Point3D position) |
Constructor and Description |
---|
DataTransform(Point3D position,
Quaternion orientation,
int movementCounter,
long objectId) |
DataTransformWithParent(Point3D position,
Quaternion orientation,
int movementCounter,
long objectId,
long cellId) |
Constructor and Description |
---|
BuildingObject(long objectID,
Planet planet,
Point3D position,
Quaternion orientation,
java.lang.String Template) |
Constructor and Description |
---|
CreatureObject(long objectID,
Planet planet,
Point3D position,
Quaternion orientation,
java.lang.String Template) |
Constructor and Description |
---|
GuildObject(NGECore core,
long objectID,
Planet planet,
Point3D position,
Quaternion orientation,
java.lang.String Template) |
Constructor and Description |
---|
IntangibleObject(long objectID,
Planet planet,
Point3D position,
Quaternion orientation,
java.lang.String Template) |
Constructor and Description |
---|
StaticObject(long objectID,
Planet planet,
Point3D position,
Quaternion orientation,
java.lang.String Template) |
Constructor and Description |
---|
TangibleObject(long objectID,
Planet planet,
java.lang.String template,
Point3D position,
Quaternion orientation) |
Constructor and Description |
---|
WeaponObject(long objectID,
Planet planet,
java.lang.String template,
Point3D position,
Quaternion orientation) |
Modifier and Type | Method and Description |
---|---|
void |
SimulationService.teleport(SWGObject obj,
Point3D position,
Quaternion orientation) |
void |
SimulationService.transferToPlanet(SWGObject object,
Planet planet,
Point3D newPos,
Quaternion newOrientation) |
Modifier and Type | Method and Description |
---|---|
SWGObject |
ObjectService.createObject(java.lang.String Template,
long objectID,
Planet planet,
Point3D position,
Quaternion orientation) |