public class PlayerEditConstructionEvent extends PlayerConstructionEvent implements Cancellable
Constructor and Description |
---|
PlayerEditConstructionEvent(Player player,
commons.constructions.ConstructionElement construct) |
PlayerEditConstructionEvent(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,
short ntypeid,
int ntexture,
int ncx,
int ncy,
int ncz,
short npx,
short npy,
short npz,
short nrx,
short nry,
short nrz,
short nsx,
short nsy,
short nsz,
byte nrepetitionsh,
byte nrepetitionsv,
byte ngap) |
Modifier and Type | Method and Description |
---|---|
int |
getNewChunkPositionX()
Gets the new x offset of the chunk (which contains the construction element).
|
int |
getNewChunkPositionY()
Gets the new y offset of the chunk (which contains the construction element).
|
int |
getNewChunkPositionZ()
Gets the new z offset of the chunk (which contains the construction element).
|
Vector3f |
getNewConstructionPosition()
Gets the new world position of the construction element as a Vector3f.
|
float |
getNewConstructionPositionX()
Gets the new world x position of the construction element.
|
float |
getNewConstructionPositionY()
Gets the new world y position of the construction element.
|
float |
getNewConstructionPositionZ()
Gets the new world z position of the construction element.
|
Quaternion |
getNewConstructionRotation()
Gets the new rotation of the construction element as a Quaternion.
|
Vector3f |
getNewConstructionSize()
Gets the new size (x, y, z) of the construction element as a Vector3f.
|
float |
getNewConstructionSizeX() |
float |
getNewConstructionSizeY() |
float |
getNewConstructionSizeZ() |
int |
getNewConstructionTextureID()
Gets the new texture of the construction element.
|
short |
getNewConstructionTypeID()
Gets the new type ID of the construction element.
|
boolean |
isCancelled()
Determines if the event is cancelled.
|
void |
setCancelled(boolean cancel)
Cancels this event.
|
getChunkPositionX, getChunkPositionY, getChunkPositionZ, getConstructionDefinition, getConstructionPosition, getConstructionPositionX, getConstructionPositionY, getConstructionPositionZ, getConstructionRotation, getConstructionRotationX, getConstructionRotationY, getConstructionRotationZ, getConstructionSize, getConstructionSizeX, getConstructionSizeY, getConstructionSizeZ, getConstructionTextureID, getConstructionTypeID, getPX, getPY, getPZ, getRX, getRY, getRZ, getSX, getSY, getSZ
getPlayer
public PlayerEditConstructionEvent(Player player, commons.constructions.ConstructionElement construct)
public PlayerEditConstructionEvent(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, short ntypeid, int ntexture, int ncx, int ncy, int ncz, short npx, short npy, short npz, short nrx, short nry, short nrz, short nsx, short nsy, short nsz, byte nrepetitionsh, byte nrepetitionsv, byte ngap)
public short getNewConstructionTypeID()
public int getNewConstructionTextureID()
public int getNewChunkPositionX()
public int getNewChunkPositionY()
public int getNewChunkPositionZ()
public Vector3f getNewConstructionPosition()
public float getNewConstructionPositionX()
public float getNewConstructionPositionY()
public float getNewConstructionPositionZ()
public Quaternion getNewConstructionRotation()
public Vector3f getNewConstructionSize()
public float getNewConstructionSizeX()
public float getNewConstructionSizeY()
public float getNewConstructionSizeZ()
public boolean isCancelled()
Cancellable
isCancelled
in interface Cancellable
public void setCancelled(boolean cancel)
Cancellable
setCancelled
in interface Cancellable
cancel
- set to true if you want to cancel this event.