Package | Description |
---|---|
com.b3dgs.lionengine.game.platform | |
com.b3dgs.lionengine.game.platform.entity | |
com.b3dgs.lionengine.game.platform.map |
Modifier and Type | Method and Description |
---|---|
void |
CameraPlatform.follow(EntityPlatform entity)
Follow automatically the specified entity.
|
Modifier and Type | Class and Description |
---|---|
class |
HandlerEntityPlatform<E extends EntityPlatform>
Default platform entity handler.
|
Modifier and Type | Class and Description |
---|---|
class |
EntityPlatformRastered
Rastered version of an EntityPlatform.
|
Modifier and Type | Method and Description |
---|---|
T |
MapTilePlatform.getTile(EntityPlatform entity,
int offsetX,
int offsetY)
Get the tile at the entity location.
|