public class LivingDropsEvent extends LivingEvent
LivingEvent.LivingJumpEvent, LivingEvent.LivingUpdateEvent
EntityEvent.CanUpdate, EntityEvent.EnteringChunk, EntityEvent.EntityConstructing
Event.HasResult, Event.Result
Modifier and Type | Field and Description |
---|---|
java.util.ArrayList<EntityItem> |
drops |
int |
lootingLevel |
boolean |
recentlyHit |
DamageSource |
source |
int |
specialDropValue |
entityLiving
entity
Constructor and Description |
---|
LivingDropsEvent(EntityLivingBase entity,
DamageSource source,
java.util.ArrayList<EntityItem> drops,
int lootingLevel,
boolean recentlyHit,
int specialDropValue) |
getListenerList, getResult, hasResult, isCancelable, isCanceled, setCanceled, setResult, setup
public final DamageSource source
public final java.util.ArrayList<EntityItem> drops
public final int lootingLevel
public final boolean recentlyHit
public final int specialDropValue
public LivingDropsEvent(EntityLivingBase entity, DamageSource source, java.util.ArrayList<EntityItem> drops, int lootingLevel, boolean recentlyHit, int specialDropValue)