public class PlayerVegetationHitEvent extends PlayerVegetationEvent
PlayerObjectHitEvent
,
PlayerConstructionHitEvent
Constructor and Description |
---|
PlayerVegetationHitEvent(Player player,
float hitx,
float hity,
float hitz,
short dmg,
short plantid,
int cx,
int cy,
int cz,
short px,
short py,
short pz,
short rx,
short ry,
short rz,
boolean iscut) |
Modifier and Type | Method and Description |
---|---|
short |
getDamage()
Gets the amount of damage the player causes by hitting the plant.
|
Vector3f |
getHitPosition()
Gets the coordinates where the plant was hit exactly.
|
float |
getHitPositionX()
Gets the x coordinate where the plant was hit exactly.
|
float |
getHitPositionY()
Gets the y coordinate where the plant was hit exactly.
|
float |
getHitPositionZ()
Gets the z coordinate where the plant was hit exactly.
|
getChunkPositionX, getChunkPositionY, getChunkPositionZ, getPlantDefinition, getPlantPosition, getPlantPositionX, getPlantPositionY, getPlantPositionZ, getPlantRotation, getPlantRotationX, getPlantRotationY, getPlantRotationZ, getPlantTypeID, getPX, getPY, getPZ, getRX, getRY, getRZ
getPlayer
public PlayerVegetationHitEvent(Player player, float hitx, float hity, float hitz, short dmg, short plantid, int cx, int cy, int cz, short px, short py, short pz, short rx, short ry, short rz, boolean iscut)
public short getDamage()
public Vector3f getHitPosition()
public float getHitPositionX()
public float getHitPositionY()
public float getHitPositionZ()