public class PlayerDestroyTerrainEvent extends PlayerWorldEditEvent
Constructor and Description |
---|
PlayerDestroyTerrainEvent(Player player,
int terrainID,
int cx,
int cy,
int cz,
int bx,
int by,
int bz) |
Modifier and Type | Method and Description |
---|---|
int |
getTerrainID()
Gets the terrain id the player is going to destroy.
|
getBlockPositionX, getBlockPositionY, getBlockPositionZ, getChunkPositionX, getChunkPositionY, getChunkPositionZ, getGlobalBlockPositionX, getGlobalBlockPositionY, getGlobalBlockPositionZ, isCancelled, setCancelled
getPlayer
public PlayerDestroyTerrainEvent(Player player, int terrainID, int cx, int cy, int cz, int bx, int by, int bz)