Package | Description |
---|---|
com.b3dgs.lionengine.game.map | |
com.b3dgs.lionengine.game.platform | |
demo.background | |
demo.platform |
Constructor and Description |
---|
AbstractPathMap(int tileWidth,
int tileHeight,
AbstractWorld world) |
AbstractRasteredTileMap(int tileWidth,
int tileHeight,
AbstractWorld world) |
AbstractTileMap(int tileWidth,
int tileHeight,
AbstractWorld world) |
Modifier and Type | Field and Description |
---|---|
protected AbstractWorld |
AbstractPlatformPlayer.world |
Constructor and Description |
---|
AbstractPlatformPlayer(AbstractWorld world,
AbstractPlatformPlayer<TileType> player) |
AbstractPlatformPlayer(java.lang.String path,
java.lang.String name,
AbstractWorld world) |
AbstractRasteredPlatformPlayer(AbstractWorld world,
AbstractRasteredPlatformPlayer<TileType> player) |
AbstractRasteredPlatformPlayer(java.lang.String theme,
java.lang.String id,
java.lang.String rasterFile,
boolean smooth,
AbstractWorld world) |
PlatformCamera(AbstractWorld world,
int horizontalInterval,
int verticalInterval) |
Modifier and Type | Class and Description |
---|---|
class |
World |
Constructor and Description |
---|
Entry(AbstractWorld world,
Entry entry) |
Entry(java.lang.String theme,
java.lang.String id,
AbstractWorld world) |
Entry(java.lang.String theme,
java.lang.String id,
java.lang.String rasterFile,
boolean smooth,
AbstractWorld world) |
EntryHandler(AbstractWorld world) |
Map(AbstractWorld world) |
Player(AbstractWorld world) |