|
RuneHive-Game
|
Public Member Functions | |
| AnimationDefinition (final int id) | |
| void | decode (ByteBuf buffer) |
Public Attributes | |
| boolean | allowsRotation |
| int[] | duration |
| int | durationTime = 0 |
| final int | id |
| int | interleaveOrder [] |
| int | length |
| int | padding |
| int[] | primary |
| int | priority |
| int | resetCycle |
| int | runFlag |
| int | secondary [] |
| int | shield |
| int | type |
| int | walkFlag |
| int | weapon |
Private Member Functions | |
| int | calculateDuration () |
Definition at line 5 of file AnimationDefinition.java.
| com.runehive.fs.cache.decoder.AnimationDefinition.AnimationDefinition | ( | final int | id | ) |
Definition at line 24 of file AnimationDefinition.java.
References allowsRotation, id, padding, priority, resetCycle, runFlag, shield, type, walkFlag, and weapon.
|
private |
Definition at line 145 of file AnimationDefinition.java.
References duration.
Referenced by decode().
| void com.runehive.fs.cache.decoder.AnimationDefinition.decode | ( | ByteBuf | buffer | ) |
Definition at line 38 of file AnimationDefinition.java.
References allowsRotation, calculateDuration(), duration, durationTime, interleaveOrder, length, padding, primary, priority, resetCycle, runFlag, secondary, shield, type, walkFlag, and weapon.
Referenced by com.runehive.fs.cache.decoder.AnimationDefinitionDecoder.run().
| boolean com.runehive.fs.cache.decoder.AnimationDefinition.allowsRotation |
Definition at line 15 of file AnimationDefinition.java.
Referenced by AnimationDefinition(), and decode().
| int [] com.runehive.fs.cache.decoder.AnimationDefinition.duration |
Definition at line 12 of file AnimationDefinition.java.
Referenced by calculateDuration(), and decode().
| int com.runehive.fs.cache.decoder.AnimationDefinition.durationTime = 0 |
Definition at line 143 of file AnimationDefinition.java.
Referenced by decode().
| final int com.runehive.fs.cache.decoder.AnimationDefinition.id |
Definition at line 7 of file AnimationDefinition.java.
Referenced by AnimationDefinition().
| int com.runehive.fs.cache.decoder.AnimationDefinition.interleaveOrder[] |
Definition at line 14 of file AnimationDefinition.java.
Referenced by decode().
| int com.runehive.fs.cache.decoder.AnimationDefinition.length |
Definition at line 9 of file AnimationDefinition.java.
Referenced by decode().
| int com.runehive.fs.cache.decoder.AnimationDefinition.padding |
Definition at line 13 of file AnimationDefinition.java.
Referenced by AnimationDefinition(), and decode().
| int [] com.runehive.fs.cache.decoder.AnimationDefinition.primary |
Definition at line 10 of file AnimationDefinition.java.
Referenced by decode().
| int com.runehive.fs.cache.decoder.AnimationDefinition.priority |
Definition at line 16 of file AnimationDefinition.java.
Referenced by AnimationDefinition(), and decode().
| int com.runehive.fs.cache.decoder.AnimationDefinition.resetCycle |
Definition at line 19 of file AnimationDefinition.java.
Referenced by AnimationDefinition(), and decode().
| int com.runehive.fs.cache.decoder.AnimationDefinition.runFlag |
Definition at line 20 of file AnimationDefinition.java.
Referenced by AnimationDefinition(), and decode().
| int com.runehive.fs.cache.decoder.AnimationDefinition.secondary[] |
Definition at line 11 of file AnimationDefinition.java.
Referenced by decode().
| int com.runehive.fs.cache.decoder.AnimationDefinition.shield |
Definition at line 17 of file AnimationDefinition.java.
Referenced by AnimationDefinition(), and decode().
| int com.runehive.fs.cache.decoder.AnimationDefinition.type |
Definition at line 22 of file AnimationDefinition.java.
Referenced by AnimationDefinition(), and decode().
| int com.runehive.fs.cache.decoder.AnimationDefinition.walkFlag |
Definition at line 21 of file AnimationDefinition.java.
Referenced by AnimationDefinition(), and decode().
| int com.runehive.fs.cache.decoder.AnimationDefinition.weapon |
Definition at line 18 of file AnimationDefinition.java.
Referenced by AnimationDefinition(), and decode().