Package | Description |
---|---|
com.b3dgs.lionengine.game.pathfinding | |
com.b3dgs.lionengine.game.pathfinding.map |
Constructor and Description |
---|
PathfindableModel(MapTilePath<?,? extends TilePath<?>> map,
com.b3dgs.lionengine.game.purview.Localizable user,
java.lang.Integer id)
Constructor.
|
Modifier and Type | Interface and Description |
---|---|
interface |
MapTilePath<C extends java.lang.Enum<C>,T extends TilePath<C>>
Describe a tile based map which supports pathfinding.
|