Package | Description |
---|---|
com.b3dgs.lionengine.game | |
com.b3dgs.lionengine.game.map | |
com.b3dgs.lionengine.game.platform | |
demo.platform |
Modifier and Type | Method and Description |
---|---|
void |
AbstractWorld.calculateMapView(TileBasedMap<?> map) |
Modifier and Type | Interface and Description |
---|---|
interface |
PathBasedMap<TileType extends AbstractPathTile>
Describe a tile based map which supports pathfinding.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractPathMap<TileType extends AbstractPathTile> |
class |
AbstractRasteredTileMap<TileType extends AbstractTile> |
class |
AbstractTileMap<TileType extends AbstractTile> |
Modifier and Type | Field and Description |
---|---|
protected TileBasedMap<TileType> |
AbstractPlatformPlayer.map |
Modifier and Type | Class and Description |
---|---|
class |
Map |