Package noppes.npcs.api.event
Interface IAnimationEvent
-
- All Superinterfaces:
ICustomNPCsEvent
- All Known Subinterfaces:
IAnimationEvent.Ended
,IAnimationEvent.IFrameEvent
,IAnimationEvent.IFrameEvent.Entered
,IAnimationEvent.IFrameEvent.Exited
,IAnimationEvent.Started
public interface IAnimationEvent extends ICustomNPCsEvent
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
IAnimationEvent.Ended
static interface
IAnimationEvent.IFrameEvent
static interface
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 IAnimation
getAnimation()
IAnimationData
getAnimationData()
IAnimatable
getEntity()
-
Methods inherited from interface noppes.npcs.api.event.ICustomNPCsEvent
getHookName
-
-
-
-
Method Detail
-
getAnimation
IAnimation getAnimation()
-
getAnimationData
IAnimationData getAnimationData()
-
getEntity
IAnimatable getEntity()
-
-