|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FindPathsFourWay.TARGETING | |
---|---|
org.deken.game.pathfinding |
Uses of FindPathsFourWay.TARGETING in org.deken.game.pathfinding |
---|
Methods in org.deken.game.pathfinding that return FindPathsFourWay.TARGETING | |
---|---|
FindPathsFourWay.TARGETING |
FindPathsFourWay.getTargeting()
|
static FindPathsFourWay.TARGETING |
FindPathsFourWay.TARGETING.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static FindPathsFourWay.TARGETING[] |
FindPathsFourWay.TARGETING.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.deken.game.pathfinding with parameters of type FindPathsFourWay.TARGETING | |
---|---|
void |
FindPathsFourWay.setTargeting(FindPathsFourWay.TARGETING targeting)
|
Constructors in org.deken.game.pathfinding with parameters of type FindPathsFourWay.TARGETING | |
---|---|
FindPathsFourWay(MapElement[][][] tiles,
MapSize mapSize,
PathFinding pathFinding,
FindPathsFourWay.TARGETING targeting)
|
|
FindPathsFourWay(MapElement[][][] tiles,
PathFinding pathFinding,
FindPathsFourWay.TARGETING targeting,
int startX,
int startY,
int endX,
int endY)
Creates a FindPathsFourWay, that will uses the tiles as the
map starting at location startX, startY to
endX, endY to build a Node map. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |