![]() |
Gridarta Editor
|
Interface for classes that read map files. More...
Public Member Functions | |
List< G > | getGameObjects () |
Return the decoded game objects. More... | |
A | getMapArchObject () |
Returns the MapArchObject read from this MapFileDecode. More... | |
Interface for classes that read map files.
Definition at line 31 of file MapReader.java.
List<G> net.sf.gridarta.model.io.MapReader< G extends GameObject< G, A, ?, A extends MapArchObject< A >.getGameObjects | ( | ) |
Return the decoded game objects.
IllegalStateException | in case the map arch hasn't been read yet |
Referenced by net.sf.gridarta.model.mapmanager.AbstractMapManager< G, A, R >.decodeMapFile(), net.sf.gridarta.gui.mapfiles.PickmapState< G, A, R >.loadPickmap(), net.sf.gridarta.model.mapmanager.AbstractMapManager< G, A, R >.openMapFile(), and net.sf.gridarta.model.mapmanager.AbstractMapManager< G, A, R >.revert().
A net.sf.gridarta.model.io.MapReader< G extends GameObject< G, A, ?, A extends MapArchObject< A >.getMapArchObject | ( | ) |
Returns the MapArchObject read from this MapFileDecode.
IllegalStateException | in case the map arch hasn't been read yet |
Referenced by net.sf.gridarta.model.mapmanager.AbstractMapManager< G, A, R >.decodeMapFile(), net.sf.gridarta.gui.mapfiles.PickmapState< G, A, R >.loadPickmap(), net.sf.gridarta.model.mapmanager.AbstractMapManager< G, A, R >.openMapFile(), and net.sf.gridarta.model.mapmanager.AbstractMapManager< G, A, R >.revert().