Package | Description |
---|---|
com.b3dgs.lionengine.game.map | |
com.b3dgs.lionengine.utility |
Modifier and Type | Interface and Description |
---|---|
interface |
MapTile<C extends java.lang.Enum<C>,T extends TileGame<C>>
Describe a map using tile for its representation.
|
class |
MapTileGame<C extends java.lang.Enum<C>,T extends TileGame<C>>
Abstract representation of a standard tile based map.
|
Modifier and Type | Class and Description |
---|---|
class |
LevelRipConverter<T extends TileGame<?>>
This class allows to convert a map image to a map level format.
|