|
RuneHive-Game
|
A class which parses animation definitions. More...
Public Member Functions | |
| AnimationDefinitionDecoder (final FileSystem fs) | |
| void | run () |
Static Public Attributes | |
| static final Int2ObjectMap< AnimationDefinition > | definitions = new Int2ObjectOpenHashMap<>() |
Private Attributes | |
| final FileSystem | fs |
| The IndexedFileSystem. | |
Static Private Attributes | |
| static final Logger | LOGGER = LogManager.getLogger(AnimationDefinitionDecoder.class) |
| The logger to log process output. | |
A class which parses animation definitions.
Definition at line 15 of file AnimationDefinitionDecoder.java.
| com.runehive.fs.cache.decoder.AnimationDefinitionDecoder.AnimationDefinitionDecoder | ( | final FileSystem | fs | ) |
Definition at line 25 of file AnimationDefinitionDecoder.java.
References fs.
| void com.runehive.fs.cache.decoder.AnimationDefinitionDecoder.run | ( | ) |
Definition at line 30 of file AnimationDefinitionDecoder.java.
References com.runehive.fs.cache.FileSystem.CONFIG_ARCHIVE, com.runehive.fs.cache.decoder.AnimationDefinition.decode(), definitions, fs, and LOGGER.
Referenced by com.runehive.RuneHive.processSequentialStartupTasks().
|
static |
Definition at line 20 of file AnimationDefinitionDecoder.java.
Referenced by com.runehive.game.world.entity.mob.Mob.animate(), and run().
|
private |
The IndexedFileSystem.
Definition at line 23 of file AnimationDefinitionDecoder.java.
Referenced by AnimationDefinitionDecoder(), and run().
|
staticprivate |
The logger to log process output.
Definition at line 18 of file AnimationDefinitionDecoder.java.
Referenced by run().