Package | Description |
---|---|
com.b3dgs.lionengine.game.platform | |
demo.platform |
Modifier and Type | Class and Description |
---|---|
class |
AbstractRasteredPlatformPlayer<TileType extends AbstractTile> |
Modifier and Type | Method and Description |
---|---|
void |
PlatformCamera.follow(AbstractPlatformPlayer<?> player) |
void |
PlatformCamera.render(java.awt.Graphics2D g,
AbstractPlatformPlayer<?> player) |
Constructor and Description |
---|
AbstractPlatformPlayer(AbstractWorld world,
AbstractPlatformPlayer<TileType> player) |
Modifier and Type | Class and Description |
---|---|
class |
Entry |
class |
Player |
Modifier and Type | Field and Description |
---|---|
AbstractPlatformPlayer<Tile> |
World.player |