public abstract class PlayerVegetationEvent extends PlayerEvent
Modifier | Constructor and Description |
---|---|
protected |
PlayerVegetationEvent(Player player,
commons.world.Plant plant) |
protected |
PlayerVegetationEvent(Player player,
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 |
---|---|
int |
getChunkPositionX()
Gets the x offset of the chunk (which contains the plant).
|
int |
getChunkPositionY()
Gets the y offset of the chunk (which contains the plant).
|
int |
getChunkPositionZ()
Gets the z offset of the chunk (which contains the plant).
|
Definitions.PlantDefinition |
getPlantDefinition() |
Vector3f |
getPlantPosition()
Gets the world position of the plant as a Vector3f.
|
float |
getPlantPositionX()
Gets the world x position of the plant.
|
float |
getPlantPositionY()
Gets the world y position of the plant.
|
float |
getPlantPositionZ()
Gets the world z position of the plant.
|
Quaternion |
getPlantRotation()
Gets the rotation of the plant as a Quaternion.
|
float |
getPlantRotationX()
Gets the plant rotation as euler x angle (pitch).
|
float |
getPlantRotationY()
Gets the plant rotation as euler y angle (yaw).
|
float |
getPlantRotationZ()
Gets the plant rotation as euler z angle (roll).
|
short |
getPlantTypeID()
Gets the type ID of the plant.
|
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.
|
getPlayer
protected PlayerVegetationEvent(Player player, commons.world.Plant plant)
protected PlayerVegetationEvent(Player player, short plantid, int cx, int cy, int cz, short px, short py, short pz, short rx, short ry, short rz, boolean iscut)
public short getPlantTypeID()
public int getChunkPositionX()
public int getChunkPositionY()
public int getChunkPositionZ()
public Vector3f getPlantPosition()
public float getPlantPositionX()
public float getPlantPositionY()
public float getPlantPositionZ()
public Quaternion getPlantRotation()
public float getPlantRotationX()
public float getPlantRotationY()
public float getPlantRotationZ()
public Definitions.PlantDefinition getPlantDefinition()
public short getPX()
getPlantPosition()
instead!public short getPY()
getPlantPosition()
instead!public short getPZ()
getPlantPosition()
instead!public short getRX()
getPlantRotation()
instead!public short getRY()
getPlantRotation()
instead!public short getRZ()
getPlantRotation()
instead!