public abstract class PlayerConstructionEvent extends PlayerEvent
Constructor and Description |
---|
PlayerConstructionEvent(Player player,
commons.constructions.ConstructionElement construction) |
PlayerConstructionEvent(Player player,
short typeid,
int texture,
int cx,
int cy,
int cz,
short px,
short py,
short pz,
short rx,
short ry,
short rz,
short sx,
short sy,
short sz,
byte repetitionsh,
byte repetitionsv,
byte gap) |
Modifier and Type | Method and Description |
---|---|
int |
getChunkPositionX()
Gets the x offset of the chunk (which contains the construction element).
|
int |
getChunkPositionY()
Gets the y offset of the chunk (which contains the construction element).
|
int |
getChunkPositionZ()
Gets the z offset of the chunk (which contains the construction element).
|
Definitions.ConstructionDefinition |
getConstructionDefinition()
Gets the construction definition for this element
(this contains meta data about the construction element type).
|
Vector3f |
getConstructionPosition()
Gets the world position of the construction element as a Vector3f.
|
float |
getConstructionPositionX()
Gets the world x position of the construction element.
|
float |
getConstructionPositionY()
Gets the world y position of the construction element.
|
float |
getConstructionPositionZ()
Gets the world z position of the construction element.
|
Quaternion |
getConstructionRotation()
Gets the rotation of the construction element as a Quaternion.
|
float |
getConstructionRotationX()
Gets the rotation of the construction element as euler x angle (pitch).
|
float |
getConstructionRotationY()
Gets the rotation of the construction element as euler y angle (yaw).
|
float |
getConstructionRotationZ()
Gets the rotation of the construction element as euler z angle (roll).
|
Vector3f |
getConstructionSize()
Gets the size (x, y, z) of the construction element as a Vector3f.
|
float |
getConstructionSizeX()
Gets the x size of the construction element.
|
float |
getConstructionSizeY()
Gets the y size of the construction element.
|
float |
getConstructionSizeZ()
Gets the z size of the construction element.
|
int |
getConstructionTextureID()
Gets the texture of the construction element.
|
short |
getConstructionTypeID()
Gets the type ID of the construction element.
|
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.
|
short |
getSX()
Gets the internal size value.
|
short |
getSY()
Gets the internal size value.
|
short |
getSZ()
Gets the internal size value.
|
getPlayer
public PlayerConstructionEvent(Player player, commons.constructions.ConstructionElement construction)
public PlayerConstructionEvent(Player player, short typeid, int texture, int cx, int cy, int cz, short px, short py, short pz, short rx, short ry, short rz, short sx, short sy, short sz, byte repetitionsh, byte repetitionsv, byte gap)
public short getConstructionTypeID()
public int getConstructionTextureID()
public int getChunkPositionX()
public int getChunkPositionY()
public int getChunkPositionZ()
public Vector3f getConstructionPosition()
public float getConstructionPositionX()
public float getConstructionPositionY()
public float getConstructionPositionZ()
public Quaternion getConstructionRotation()
public float getConstructionRotationX()
public float getConstructionRotationY()
public float getConstructionRotationZ()
public Vector3f getConstructionSize()
public float getConstructionSizeX()
public float getConstructionSizeY()
public float getConstructionSizeZ()
public Definitions.ConstructionDefinition getConstructionDefinition()
public short getPX()
getConstructionPosition()
instead!public short getPY()
getConstructionPosition()
instead!public short getPZ()
getConstructionPosition()
instead!public short getRX()
getConstructionRotation()
instead!public short getRY()
getConstructionRotation()
instead!public short getRZ()
getConstructionRotation()
instead!public short getSX()
getConstructionSize()
instead!public short getSY()
getConstructionSize()
instead!public short getSZ()
getConstructionSize()
instead!