|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Purview
Allow to create instance of purview (collection of methods usually used by inheritance). Fastest way to call purview factory:
import static com.b3dgs.lionengine.Purview.PURVIEW; //... PURVIEW.xxx
Field Summary | |
---|---|
static Purview |
PURVIEW
Purview factory. |
Method Summary | |
---|---|
Collisionable |
createCollisionable(Entity entity)
Create a collisionable purview. |
Configurable |
createConfigurable()
Create a configurable purview. |
Mirrorable |
createMirrorable()
Create a mirrorable purview. |
Pathfindable |
createPathfindable(PathBasedMap<? extends AbstractPathTile> map,
int id)
Create a pathfindable purview. |
Field Detail |
---|
static final Purview PURVIEW
Method Detail |
---|
Configurable createConfigurable()
Collisionable createCollisionable(Entity entity)
entity
- entity concerned.
Mirrorable createMirrorable()
Pathfindable createPathfindable(PathBasedMap<? extends AbstractPathTile> map, int id)
map
- map reference.id
- entry id.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |