public class PlayerObjectHitEvent extends PlayerObjectEvent
PlayerVegetationHitEvent
,
PlayerConstructionHitEvent
Constructor and Description |
---|
PlayerObjectHitEvent(Player player,
float hitx,
float hity,
float hitz,
short dmg,
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 |
---|---|
short |
getDamage()
Gets the amount of damage the player causes by hitting the object.
|
Vector3f |
getHitPosition()
Gets the coordinates where the object was hit exactly.
|
float |
getHitPositionX()
Gets the x coordinate where the object was hit exactly.
|
float |
getHitPositionY()
Gets the y coordinate where the object was hit exactly.
|
float |
getHitPositionZ()
Gets the z coordinate where the object was hit exactly.
|
getChunkPositionX, getChunkPositionY, getChunkPositionZ, getObjectDefinition, getObjectInfoID, getObjectPosition, getObjectPositionX, getObjectPositionY, getObjectPositionZ, getObjectRotation, getObjectRotationX, getObjectRotationY, getObjectRotationZ, getObjectStatus, getObjectTypeID, getObjectVariation, getPX, getPY, getPZ, getRX, getRY, getRZ
getPlayer
public PlayerObjectHitEvent(Player player, float hitx, float hity, float hitz, short dmg, 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 getDamage()
public Vector3f getHitPosition()
public float getHitPositionX()
public float getHitPositionY()
public float getHitPositionZ()