|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.minecraftforge.event.Event
net.minecraftforge.event.entity.EntityEvent
net.minecraftforge.event.entity.living.LivingEvent
net.minecraftforge.event.entity.living.LivingDropsEvent
public class LivingDropsEvent
Nested Class Summary |
---|
Nested classes/interfaces inherited from class net.minecraftforge.event.entity.living.LivingEvent |
---|
LivingEvent.LivingJumpEvent, LivingEvent.LivingUpdateEvent |
Nested classes/interfaces inherited from class net.minecraftforge.event.entity.EntityEvent |
---|
EntityEvent.CanUpdate, EntityEvent.EnteringChunk |
Nested classes/interfaces inherited from class net.minecraftforge.event.Event |
---|
Event.HasResult, Event.Result |
Field Summary | |
---|---|
ArrayList<EntityItem> |
drops
|
int |
lootingLevel
|
boolean |
recentlyHit
|
DamageSource |
source
|
int |
specialDropValue
|
Fields inherited from class net.minecraftforge.event.entity.living.LivingEvent |
---|
entityLiving |
Fields inherited from class net.minecraftforge.event.entity.EntityEvent |
---|
entity |
Constructor Summary | |
---|---|
LivingDropsEvent(EntityLiving entity,
DamageSource source,
ArrayList<EntityItem> drops,
int lootingLevel,
boolean recentlyHit,
int specialDropValue)
|
Method Summary |
---|
Methods inherited from class net.minecraftforge.event.Event |
---|
getListenerList, getResult, hasResult, isCancelable, isCanceled, setCanceled, setResult |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final DamageSource source
public final ArrayList<EntityItem> drops
public final int lootingLevel
public final boolean recentlyHit
public final int specialDropValue
Constructor Detail |
---|
public LivingDropsEvent(EntityLiving entity, DamageSource source, ArrayList<EntityItem> drops, int lootingLevel, boolean recentlyHit, int specialDropValue)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |