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 Detail

      • getAnimationData

        IAnimationData getAnimationData()
        Returns the animation data associated with this entity.
        Returns:
        the animation data.