public class PlayerRemoveGrassEvent extends PlayerWorldEditEvent
| Constructor and Description |
|---|
PlayerRemoveGrassEvent(Player player,
int grassID,
int cx,
int cy,
int cz,
int bx,
int by,
int bz) |
| Modifier and Type | Method and Description |
|---|---|
int |
getGrassID()
Gets the grass id the player is going to destroy/remove.
|
getBlockPositionX, getBlockPositionY, getBlockPositionZ, getChunkPositionX, getChunkPositionY, getChunkPositionZ, getGlobalBlockPositionX, getGlobalBlockPositionY, getGlobalBlockPositionZ, isCancelled, setCancelledgetPlayerpublic PlayerRemoveGrassEvent(Player player, int grassID, int cx, int cy, int cz, int bx, int by, int bz)