public class PlayerDestroyVegetationEvent extends PlayerVegetationEvent implements Cancellable
Constructor and Description |
---|
PlayerDestroyVegetationEvent(Player player,
commons.world.Plant plant) |
PlayerDestroyVegetationEvent(Player player,
short plantid,
int cx,
int cy,
int cz,
short px,
short py,
short pz,
short rx,
short ry,
short rz,
boolean cut) |
Modifier and Type | Method and Description |
---|---|
boolean |
isCancelled()
Determines if the event is cancelled.
|
void |
setCancelled(boolean cancel)
Cancels this event.
|
void |
setPlantPosition(float x,
float y,
float z)
If this plant is a tree, this method sets the spawn position of the physical tree log.
|
void |
setPlantPosition(Vector3f position)
If this plant is a tree, this method sets the spawn position of the physical tree log.
|
getChunkPositionX, getChunkPositionY, getChunkPositionZ, getPlantDefinition, getPlantPosition, getPlantPositionX, getPlantPositionY, getPlantPositionZ, getPlantRotation, getPlantRotationX, getPlantRotationY, getPlantRotationZ, getPlantTypeID, getPX, getPY, getPZ, getRX, getRY, getRZ
getPlayer
public PlayerDestroyVegetationEvent(Player player, commons.world.Plant plant)
public PlayerDestroyVegetationEvent(Player player, short plantid, int cx, int cy, int cz, short px, short py, short pz, short rx, short ry, short rz, boolean cut)
public void setPlantPosition(Vector3f position)
position
- the new tree log world position.public void setPlantPosition(float x, float y, float z)
x
- the new tree log world position x coordinate.y
- the new tree log world position y coordinate.z
- the new tree log world position z coordinate.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.