public class PlayerCreativePlaceBlockEvent extends PlayerWorldEditEvent
Constructor and Description |
---|
PlayerCreativePlaceBlockEvent(Player player,
int blockID,
int cx,
int cy,
int cz,
int bx,
int by,
int bz,
byte areaSizeX,
byte areaSizeY,
byte areaSizeZ) |
Modifier and Type | Method and Description |
---|---|
byte |
getAreaSizeX()
Gets the X size of the area (i.e. the area that will be filled with blocks).
|
byte |
getAreaSizeY()
Gets the Y size of the area (i.e. the area that will be filled with blocks).
|
byte |
getAreaSizeZ()
Gets the Z size of the area (i.e. the area that will be filled with blocks).
|
int |
getBlockID()
Gets the id of the block the player wants to place.
|
void |
setAreaSize(byte x,
byte y,
byte z)
Overrides the size of the area (which will be filled with blocks).
|
void |
setBlockID(int id)
Changes the block id to another id.
|
getBlockPositionX, getBlockPositionY, getBlockPositionZ, getChunkPositionX, getChunkPositionY, getChunkPositionZ, getGlobalBlockPositionX, getGlobalBlockPositionY, getGlobalBlockPositionZ, isCancelled, setCancelled
getPlayer
public PlayerCreativePlaceBlockEvent(Player player, int blockID, int cx, int cy, int cz, int bx, int by, int bz, byte areaSizeX, byte areaSizeY, byte areaSizeZ)
public int getBlockID()
public void setBlockID(int id)
id
- the new block id.public byte getAreaSizeX()
public byte getAreaSizeY()
public byte getAreaSizeZ()
public void setAreaSize(byte x, byte y, byte z)
x
- the x size of the area (along the x axis, horizontally).y
- the y size of the area (along the y axis, vertically).z
- the z size of the area (along the z axis, horizontally).