Package | Description |
---|---|
demo.platform | |
demo.platform.editor |
Modifier and Type | Field and Description |
---|---|
AbstractRasteredTileMap<Tile> |
World.map |
AbstractPlatformPlayer<Tile> |
World.player |
Modifier and Type | Method and Description |
---|---|
Tile |
Map.createTile(int pattern,
int number,
int x,
int y,
java.lang.String collision) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
Entry.collisionTest(Tile tile) |
protected boolean |
Player.collisionTest(Tile tile) |
protected void |
Map.renderTile(java.awt.Graphics2D g,
Tile tile,
int tx,
int ty) |
Modifier and Type | Field and Description |
---|---|
AbstractTileMap<Tile> |
WorldPanel.map |
Modifier and Type | Method and Description |
---|---|
protected void |
Map.renderTile(java.awt.Graphics2D g,
Tile tile,
int tx,
int ty) |
Constructor and Description |
---|
ImportMapFromImage(AbstractTileMap<Tile> map,
Sprite imageMap,
int numberOfThread,
int id,
Progress progress) |