Package noppes.npcs.api.entity
Interface IAnimatable
-
- All Known Subinterfaces:
ICustomNpc<T>
,IDBCPlayer
,IPlayer<T>
public interface IAnimatable
Represents 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 IAnimationData
getAnimationData()
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.
-
-