Class AnimationDefinition
java.lang.Object
org.rspeer.game.adapter.definition.Definition
org.rspeer.game.adapter.definition.AnimationDefinition
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddecode(org.rspeer.cache.util.Buffer buffer, int op) intint[]intint[]int[]int[]intintintintintintintbooleanvoidMethods inherited from class Definition
decode, decode, getId
-
Constructor Details
-
AnimationDefinition
public AnimationDefinition(int id)
-
-
Method Details
-
decode
public void decode(org.rspeer.cache.util.Buffer buffer, int op) - Specified by:
decodein classDefinition
-
postDecode
public void postDecode()- Specified by:
postDecodein classDefinition
-
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()
-