public class BonemealEvent extends PlayerEvent
PlayerEvent.BreakSpeed, PlayerEvent.Clone, PlayerEvent.HarvestCheck, PlayerEvent.LoadFromFile, PlayerEvent.NameFormat, PlayerEvent.SaveToFile, PlayerEvent.StartTracking, PlayerEvent.StopTracking, PlayerEvent.VisibilityLivingEvent.LivingJumpEvent, LivingEvent.LivingUpdateEventEntityEvent.CanUpdate, EntityEvent.EnteringChunk, EntityEvent.EntityConstructing| Constructor and Description |
|---|
BonemealEvent(EntityPlayer player,
World world,
BlockPos pos,
IBlockState block,
ItemStack stack) |
| Modifier and Type | Method and Description |
|---|---|
IBlockState |
getBlock() |
BlockPos |
getPos() |
ItemStack |
getStack() |
World |
getWorld() |
getEntityPlayergetEntityLivinggetEntitypublic BonemealEvent(@Nonnull
EntityPlayer player,
@Nonnull
World world,
@Nonnull
BlockPos pos,
@Nonnull
IBlockState block,
@Nonnull
ItemStack stack)
public World getWorld()
public BlockPos getPos()
public IBlockState getBlock()
@Nonnull public ItemStack getStack()