|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AStarPathMap.Node | |
---|---|
zombie.ai.astar | |
zombie.core.utils | |
zombie.iso |
Uses of AStarPathMap.Node in zombie.ai.astar |
---|
Fields in zombie.ai.astar declared as AStarPathMap.Node | |
---|---|
AStarPathMap.Node |
SearchData.parent
The parent of this node, how we reached it in the search |
Fields in zombie.ai.astar with type parameters of type AStarPathMap.Node | |
---|---|
java.util.ArrayList<AStarPathMap.Node> |
AStarPathMap.NodeMap
|
java.util.ArrayList<AStarPathMap.Node> |
AStarPathFinder.NodesUnfurled
|
Methods in zombie.ai.astar that return AStarPathMap.Node | |
---|---|
AStarPathMap.Node |
AStarPathMap.getNode(int x,
int y,
int z)
|
static AStarPathMap.Node |
AStarPathFinder.getNodeFrom(AStarPathMap.Node current,
IsoDirections dir)
|
static AStarPathMap.Node |
AStarPathFinder.getNodeFrom2(AStarPathMap.Node current,
IsoDirections dir)
|
AStarPathMap.Node |
AStarPathFinder.Jump(IsoDirections dir,
AStarPathMap.Node start)
|
Methods in zombie.ai.astar with parameters of type AStarPathMap.Node | |
---|---|
static void |
NodeDecomposer.Decompose(AStarPathMap.Node node)
|
int |
AStarPathFinder.enterable(int d,
AStarPathMap.Node current,
AStarPathMap.Node from)
|
int |
AStarPathFinder.enterable(int d,
AStarPathMap.Node current,
int d2)
|
static AStarPathMap.Node |
AStarPathFinder.getNodeFrom(AStarPathMap.Node current,
IsoDirections dir)
|
static AStarPathMap.Node |
AStarPathFinder.getNodeFrom2(AStarPathMap.Node current,
IsoDirections dir)
|
boolean |
TileBasedMap.IsStairsNode(AStarPathMap.Node node,
AStarPathMap.Node prev,
IsoDirections directions)
|
AStarPathMap.Node |
AStarPathFinder.Jump(IsoDirections dir,
AStarPathMap.Node start)
|
void |
AStarPathMap.setNode(int x,
int y,
int z,
AStarPathMap.Node newNode)
|
int |
INode.setParent(int thread,
int id,
AStarPathMap.Node parent)
|
int |
AStarPathMap.Node.setParent(int thread,
int id,
AStarPathMap.Node parent)
Set the parent of this node |
Uses of AStarPathMap.Node in zombie.core.utils |
---|
Methods in zombie.core.utils with parameters of type AStarPathMap.Node | |
---|---|
void |
FibonacciHeap.delete(int threadID,
AStarPathMap.Node node)
|
Uses of AStarPathMap.Node in zombie.iso |
---|
Methods in zombie.iso that return AStarPathMap.Node | |
---|---|
AStarPathMap.Node |
IsoGridSquare.getNode()
|
Methods in zombie.iso with parameters of type AStarPathMap.Node | |
---|---|
boolean |
IsoCell.IsStairsNode(AStarPathMap.Node node,
AStarPathMap.Node prev,
IsoDirections directions)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |