Uses of Class
games.stendhal.server.core.pathfinder.Pathfinder.TreeNode
-
Uses of Pathfinder.TreeNode in games.stendhal.server.core.pathfinder
Modifier and TypeFieldDescriptionprotected Pathfinder.TreeNode
Pathfinder.goalNode
The goal node.protected Pathfinder.TreeNode
Pathfinder.startNode
The start node.Modifier and TypeMethodDescriptionabstract Pathfinder.TreeNode
Pathfinder.createNode(int x, int y)
Create a new TreeNodeabstract Pathfinder.TreeNode
Pathfinder.TreeNode.createNode(int x, int y)
Create a newTreeNode
.SimplePathfinder.createNode(int x, int y)
Pathfinder.TreeNode.getParent()
Return the parent node.Modifier and TypeMethodDescriptiondouble
Pathfinder.TreeNode.getHeuristic(Pathfinder.TreeNode nodeGoal)
Calculates the heuristic for the move form node1 to node2.