public static class PlayerEvent.HarvestCheck extends PlayerEvent
ForgeEventFactory#doPlayerHarvestCheck(EntityPlayer, Block, boolean)
.block
contains the Block that is being checked for harvesting. success
contains the boolean value for whether the Block will be successfully harvested. Cancelable
.HasResult
MinecraftForge#EVENT_BUS
.PlayerEvent.BreakSpeed, PlayerEvent.Clone, PlayerEvent.HarvestCheck, PlayerEvent.LoadFromFile, PlayerEvent.NameFormat, PlayerEvent.SaveToFile, PlayerEvent.StartTracking, PlayerEvent.StopTracking
LivingEvent.LivingJumpEvent, LivingEvent.LivingUpdateEvent
EntityEvent.CanUpdate, EntityEvent.EnteringChunk, EntityEvent.EntityConstructing
Event.HasResult, Event.Result
Modifier and Type | Field and Description |
---|---|
Block |
block |
boolean |
success |
entityPlayer
entityLiving
entity
Constructor and Description |
---|
HarvestCheck(EntityPlayer player,
Block block,
boolean success) |
getListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult, setup
public final Block block
public boolean success
public HarvestCheck(EntityPlayer player, Block block, boolean success)