Package | Description |
---|---|
com.b3dgs.lionengine.game.map | |
com.b3dgs.lionengine.game.platform | |
com.b3dgs.lionengine.utility | |
demo.platform.editor | |
demo.strategy |
Modifier and Type | Class and Description |
---|---|
class |
AbstractPathMap<TileType extends AbstractPathTile> |
class |
AbstractRasteredTileMap<TileType extends AbstractTile> |
Modifier and Type | Method and Description |
---|---|
void |
AbstractPlatformPlayer.setMap(AbstractTileMap<TileType> map) |
Modifier and Type | Method and Description |
---|---|
void |
LevelRipConverter.start(java.lang.String levelrip,
AbstractTileMap<TileType> map,
java.lang.String tilesDir) |
Constructor and Description |
---|
LevelRipConverter(AbstractTileMap<TileType> map,
Sprite imageMap,
int numberOfThread,
int id) |
Modifier and Type | Field and Description |
---|---|
AbstractTileMap<Tile> |
WorldPanel.map |
Constructor and Description |
---|
ImportMapFromImage(AbstractTileMap<Tile> map,
Sprite imageMap,
int numberOfThread,
int id,
Progress progress) |
Modifier and Type | Class and Description |
---|---|
class |
Map |