20 package net.sf.gridarta.model.io;
22 import java.io.IOException;
23 import java.io.Writer;
28 import org.jetbrains.annotations.NotNull;
A MapModel reflects the data of a map.
Interface for classes that write map files.
Base package of all Gridarta classes.
Reflects a game object (object on a map).
GameObjects are the objects based on Archetypes found on maps.
void encodeMapFile(@NotNull MapModel< G, A, R > mapModel, @NotNull Writer writer)
Write the whole map-data into a file.
Interface for MapArchObjects.