20 package net.sf.gridarta.model.io;
22 import java.util.List;
25 import org.jetbrains.annotations.NotNull;
List< G > getGameObjects()
Return the decoded game objects.
Base package of all Gridarta classes.
Interface for classes that read map files.
Reflects a game object (object on a map).
GameObjects are the objects based on Archetypes found on maps.
A getMapArchObject()
Returns the MapArchObject read from this MapFileDecode.
Interface for MapArchObjects.