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 interfaceIAnimationEvent.IFrameEvent.Enteredstatic interfaceIAnimationEvent.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 IFramegetFrame()intgetIndex()-
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()
-
-