public class PlayerPlaceWaterEvent extends PlayerWorldEditEvent
Constructor and Description |
---|
PlayerPlaceWaterEvent(Player player,
int waterID,
int cx,
int cy,
int cz,
int bx,
int by,
int bz) |
Modifier and Type | Method and Description |
---|---|
int |
getWaterID()
Gets the id of the water block the player wants to place.
|
void |
setWaterID(int id)
Changes the water block id to another id.
|
getBlockPositionX, getBlockPositionY, getBlockPositionZ, getChunkPositionX, getChunkPositionY, getChunkPositionZ, getGlobalBlockPositionX, getGlobalBlockPositionY, getGlobalBlockPositionZ, isCancelled, setCancelled
getPlayer
public PlayerPlaceWaterEvent(Player player, int waterID, int cx, int cy, int cz, int bx, int by, int bz)