public class BonemealEvent extends PlayerEvent
PlayerEvent.BreakSpeed, PlayerEvent.HarvestCheck, PlayerEvent.NameFormatLivingEvent.LivingJumpEvent, LivingEvent.LivingUpdateEventEntityEvent.CanUpdate, EntityEvent.EnteringChunk, EntityEvent.EntityConstructingEvent.HasResult, Event.Result| Modifier and Type | Field and Description |
|---|---|
int |
ID |
World |
world
This event is called when a player attempts to use Bonemeal on a block.
|
int |
X |
int |
Y |
int |
Z |
entityPlayerentityLivingentity| Constructor and Description |
|---|
BonemealEvent(EntityPlayer player,
World world,
int id,
int x,
int y,
int z) |
getListenerList, getResult, hasResult, isCancelable, isCanceled, setCanceled, setResultpublic final World world
public final int ID
public final int X
public final int Y
public final int Z
public BonemealEvent(EntityPlayer player, World world, int id, int x, int y, int z)