public interface MapWriter<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>>
Modifier and Type | Method and Description |
---|---|
void |
encodeMapFile(MapModel<G,A,R> mapModel,
java.io.Writer writer)
Write the whole map-data into a file.
|
void encodeMapFile(@NotNull MapModel<G,A,R> mapModel, @NotNull java.io.Writer writer) throws java.io.IOException
mapModel
- the MapModel to encodewriter
- the writer to write tojava.io.IOException
- In case of I/O problems when writing the map file.