Package noppes.npcs.api.event
Interface IAnimationEvent.IFrameEvent
-
- All Superinterfaces:
IAnimationEvent
,ICustomNPCsEvent
- All Known Subinterfaces:
IAnimationEvent.IFrameEvent.Entered
,IAnimationEvent.IFrameEvent.Exited
- Enclosing interface:
- IAnimationEvent
public static interface IAnimationEvent.IFrameEvent extends IAnimationEvent
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
IAnimationEvent.IFrameEvent.Entered
static interface
IAnimationEvent.IFrameEvent.Exited
-
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.ICustomNPCsEvent
ICustomNPCsEvent.CNPCNaturalSpawnEvent, ICustomNPCsEvent.ScriptedCommandEvent
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IFrame
getFrame()
int
getIndex()
-
Methods inherited from interface noppes.npcs.api.event.IAnimationEvent
getAnimation, getAnimationData, getEntity
-
Methods inherited from interface noppes.npcs.api.event.ICustomNPCsEvent
getHookName
-
-
-
-
Method Detail
-
getIndex
int getIndex()
-
getFrame
IFrame getFrame()
-
-