public class PlayerPlaceTerrainEvent extends PlayerWorldEditEvent
Constructor and Description |
---|
PlayerPlaceTerrainEvent(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 wants to place.
|
void |
setTerrainID(int id)
Changes the terrain id to another id.
|
getBlockPositionX, getBlockPositionY, getBlockPositionZ, getChunkPositionX, getChunkPositionY, getChunkPositionZ, getGlobalBlockPositionX, getGlobalBlockPositionY, getGlobalBlockPositionZ, isCancelled, setCancelled
getPlayer
public PlayerPlaceTerrainEvent(Player player, int terrainID, int cx, int cy, int cz, int bx, int by, int bz)