public interface MapReader<G extends GameObject<G,A,?>,A extends MapArchObject<A>>
Modifier and Type | Method and Description |
---|---|
@NotNull java.util.List<G> |
getGameObjects()
Return the decoded game objects.
|
A |
getMapArchObject()
Returns the MapArchObject read from this MapFileDecode.
|
@NotNull A getMapArchObject()
java.lang.IllegalStateException
- in case the map arch hasn't been read yet@NotNull @NotNull java.util.List<G> getGameObjects()
java.lang.IllegalStateException
- in case the map arch hasn't been read yet