|
||||||||||
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
public class LivingEvent
Nested Class Summary | |
---|---|
static class |
LivingEvent.LivingJumpEvent
|
static class |
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 | |
---|---|
EntityLiving |
entityLiving
|
Fields inherited from class net.minecraftforge.event.entity.EntityEvent |
---|
entity |
Constructor Summary | |
---|---|
LivingEvent(EntityLiving entity)
|
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 EntityLiving entityLiving
Constructor Detail |
---|
public LivingEvent(EntityLiving entity)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |