|
RuneHive-Game
|
A class which parses RegionDefinitions.
More...
Public Member Functions | |
| MapDefinitionDecoder (FileSystem fs) | |
Creates the MapDefinitionDecoder. | |
| void | run () |
Private Attributes | |
| final FileSystem | fs |
| The IndexedFileSystem. | |
Static Private Attributes | |
| static final Logger | LOGGER = LogManager.getLogger(MapDefinitionDecoder.class) |
| The logger that will print important information. | |
A class which parses RegionDefinitions.
Definition at line 17 of file MapDefinitionDecoder.java.
| com.runehive.fs.cache.decoder.MapDefinitionDecoder.MapDefinitionDecoder | ( | FileSystem | fs | ) |
Creates the MapDefinitionDecoder.
| fs | The FileSystem. |
Definition at line 30 of file MapDefinitionDecoder.java.
References fs.
| void com.runehive.fs.cache.decoder.MapDefinitionDecoder.run | ( | ) |
Definition at line 35 of file MapDefinitionDecoder.java.
References fs, LOGGER, com.runehive.fs.cache.FileSystem.MANIFEST_ARCHIVE, and com.runehive.game.world.region.RegionDefinition.set().
Referenced by com.runehive.RuneHive.processSequentialStartupTasks().
|
private |
The IndexedFileSystem.
Definition at line 23 of file MapDefinitionDecoder.java.
Referenced by MapDefinitionDecoder(), and run().
|
staticprivate |
The logger that will print important information.
Definition at line 20 of file MapDefinitionDecoder.java.
Referenced by run().