public abstract class PlayerObjectEvent extends PlayerEvent
Modifier | Constructor and Description |
---|---|
protected |
PlayerObjectEvent(Player player,
commons.objects.ObjectElement object) |
protected |
PlayerObjectEvent(Player player,
short objectid,
byte variation,
int cx,
int cy,
int cz,
short px,
short py,
short pz,
short rx,
short ry,
short rz,
int info,
byte status) |
Modifier and Type | Method and Description |
---|---|
int |
getChunkPositionX()
Gets the x offset of the chunk (which contains the object).
|
int |
getChunkPositionY()
Gets the y offset of the chunk (which contains the object).
|
int |
getChunkPositionZ()
Gets the z offset of the chunk (which contains the object).
|
Definitions.ObjectDefinition |
getObjectDefinition()
Gets the object definition for this item (this contains meta data about
the object type).
|
int |
getObjectInfoID()
Gets the info ID of the object.
|
Vector3f |
getObjectPosition()
Gets the world position of the object as a Vector3f.
|
float |
getObjectPositionX()
Gets the world x position of the object.
|
float |
getObjectPositionY()
Gets the world y position of the object.
|
float |
getObjectPositionZ()
Gets the world z position of the object.
|
Quaternion |
getObjectRotation()
Gets the rotation of the object as a Quaternion.
|
float |
getObjectRotationX()
Gets the object rotation as euler x angle (pitch).
|
float |
getObjectRotationY()
Gets the object rotation as euler y angle (yaw).
|
float |
getObjectRotationZ()
Gets the object rotation as euler z angle (roll).
|
byte |
getObjectStatus()
Gets the current status of the object.
|
short |
getObjectTypeID()
Gets the type ID of the object.
|
byte |
getObjectVariation()
Gets the variation of the objecth.
|
short |
getPX()
Gets the internal position value.
|
short |
getPY()
Gets the internal position value.
|
short |
getPZ()
Gets the internal position value.
|
short |
getRX()
Gets the internal rotation value.
|
short |
getRY()
Gets the internal rotation value.
|
short |
getRZ()
Gets the internal rotation value.
|
getPlayer
protected PlayerObjectEvent(Player player, commons.objects.ObjectElement object)
protected PlayerObjectEvent(Player player, short objectid, byte variation, int cx, int cy, int cz, short px, short py, short pz, short rx, short ry, short rz, int info, byte status)
public short getObjectTypeID()
public byte getObjectVariation()
public int getChunkPositionX()
public int getChunkPositionY()
public int getChunkPositionZ()
public Vector3f getObjectPosition()
public float getObjectPositionX()
public float getObjectPositionY()
public float getObjectPositionZ()
public Quaternion getObjectRotation()
public float getObjectRotationX()
public float getObjectRotationY()
public float getObjectRotationZ()
public int getObjectInfoID()
public byte getObjectStatus()
public Definitions.ObjectDefinition getObjectDefinition()
public short getPX()
getObjectPosition()
instead!public short getPY()
getObjectPosition()
instead!public short getPZ()
getObjectPosition()
instead!public short getRX()
getObjectRotation()
instead!public short getRY()
getObjectRotation()
instead!public short getRZ()
getObjectRotation()
instead!