Class AnimationDefinition

java.lang.Object
org.rspeer.game.adapter.definition.Definition
org.rspeer.game.adapter.definition.AnimationDefinition

public class AnimationDefinition extends Definition
  • Constructor Details

    • AnimationDefinition

      public AnimationDefinition(int id)
  • Method Details

    • decode

      public void decode(org.rspeer.cache.util.Buffer buffer, int op)
      Specified by:
      decode in class Definition
    • postDecode

      public void postDecode()
      Specified by:
      postDecode in class Definition
    • getFrameIds

      public int[] getFrameIds()
    • getChatFrameIds

      public int[] getChatFrameIds()
    • getFrameLengths

      public int[] getFrameLengths()
    • getFrameCount

      public int getFrameCount()
    • getInterleaveOrder

      public int[] getInterleaveOrder()
    • isStretches

      public boolean isStretches()
    • getPriority

      public int getPriority()
    • getShield

      public int getShield()
    • getWeapon

      public int getWeapon()
    • getMaxLoops

      public int getMaxLoops()
    • getAnimatingPrecedence

      public int getAnimatingPrecedence()
    • getWalkingPrecedence

      public int getWalkingPrecedence()
    • getReplayMode

      public int getReplayMode()
    • getKeyframeSet

      public int getKeyframeSet()