public class PlayerConstructionHitEvent extends PlayerConstructionEvent
PlayerVegetationHitEvent
,
PlayerObjectHitEvent
Constructor and Description |
---|
PlayerConstructionHitEvent(Player player,
float hitx,
float hity,
float hitz,
short dmg,
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 |
---|---|
short |
getDamage()
Gets the amount of damage the player causes by hitting the construction element.
|
Vector3f |
getHitPosition()
Gets the coordinates where the construction element was hit exactly.
|
float |
getHitPositionX()
Gets the x coordinate where the construction element was hit exactly.
|
float |
getHitPositionY()
Gets the y coordinate where the construction element was hit exactly.
|
float |
getHitPositionZ()
Gets the z coordinate where the construction element was hit exactly.
|
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 PlayerConstructionHitEvent(Player player, float hitx, float hity, float hitz, short dmg, 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 getDamage()
public Vector3f getHitPosition()
public float getHitPositionX()
public float getHitPositionY()
public float getHitPositionZ()