Package noppes.npcs.api.event
Interface IAnimationEvent.IFrameEvent.Exited
-
- All Superinterfaces:
IAnimationEvent
,IAnimationEvent.IFrameEvent
,ICustomNPCsEvent
- Enclosing interface:
- IAnimationEvent.IFrameEvent
public static interface IAnimationEvent.IFrameEvent.Exited extends IAnimationEvent.IFrameEvent
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface noppes.npcs.api.event.IAnimationEvent
IAnimationEvent.Ended, IAnimationEvent.IFrameEvent, IAnimationEvent.Started
-
Nested classes/interfaces inherited from interface noppes.npcs.api.event.IAnimationEvent.IFrameEvent
IAnimationEvent.IFrameEvent.Entered, IAnimationEvent.IFrameEvent.Exited
-
Nested classes/interfaces inherited from interface noppes.npcs.api.event.ICustomNPCsEvent
ICustomNPCsEvent.CNPCNaturalSpawnEvent, ICustomNPCsEvent.ScriptedCommandEvent
-
-
Method Summary
-
Methods inherited from interface noppes.npcs.api.event.IAnimationEvent
getAnimation, getAnimationData, getEntity
-
Methods inherited from interface noppes.npcs.api.event.IAnimationEvent.IFrameEvent
getFrame, getIndex
-
Methods inherited from interface noppes.npcs.api.event.ICustomNPCsEvent
getHookName
-
-