Uses of Interface
ch.sahits.game.openpatrician.model.map.IMap
-
Packages that use IMap Package Description ch.sahits.game.openpatrician.model ch.sahits.game.openpatrician.model.map.impl -
-
Uses of IMap in ch.sahits.game.openpatrician.model
Methods in ch.sahits.game.openpatrician.model that return IMap Modifier and Type Method Description IMapIGame. getMap()Retrieve the map -
Uses of IMap in ch.sahits.game.openpatrician.model.map.impl
Classes in ch.sahits.game.openpatrician.model.map.impl that implement IMap Modifier and Type Class Description classGameMapImplementation of the game map.
-