Interface ActorSpotAnim

  • All Superinterfaces:
    Node

    public interface ActorSpotAnim
    extends Node
    • Method Detail

      • getId

        int getId()
        Get the spotanim id
        Returns:
        See Also:
        GraphicID
      • setId

        void setId​(int id)
        Set the spotanim id
        Parameters:
        id -
        See Also:
        GraphicID
      • getHeight

        int getHeight()
        Get the spotanim height
        Returns:
      • setHeight

        void setHeight​(int height)
        Set the spotanim height
        Parameters:
        height -
      • getFrame

        int getFrame()
        Get the spotanim frame
        Returns:
      • setFrame

        void setFrame​(int frame)
        Set the spotanim frame
        Parameters:
        frame -
      • getCycle

        int getCycle()
        Get the frame cycle. The number of ticks the client has been on this frame.
        Returns:
      • setCycle

        void setCycle​(int cycle)
        Set the frame cycle.
        Parameters:
        cycle -