Package noppes.npcs.api.entity
Interface IAnimatable
-
- All Known Subinterfaces:
ICustomNpc<T>,IDBCPlayer,IPlayer<T>
public interface IAnimatableRepresents an entity capable of playing animations. Provides access to its animation data.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IAnimationDatagetAnimationData()Returns the animation data associated with this entity.
-
-
-
Method Detail
-
getAnimationData
IAnimationData getAnimationData()
Returns the animation data associated with this entity.- Returns:
- the animation data.
-
-