public class BonemealEvent extends PlayerEvent
PlayerEvent.BreakSpeed, PlayerEvent.HarvestCheck
LivingEvent.LivingJumpEvent, LivingEvent.LivingUpdateEvent
EntityEvent.CanUpdate, EntityEvent.EnteringChunk, EntityEvent.EntityConstructing
Event.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 |
entityPlayer
entityLiving
entity
Constructor and Description |
---|
BonemealEvent(EntityPlayer player,
World world,
int id,
int x,
int y,
int z) |
getListenerList, getResult, hasResult, isCancelable, isCanceled, setCanceled, setResult
public 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)