Uses of Class
games.stendhal.server.core.pathfinder.Pathfinder.TreeNode
Packages that use Pathfinder.TreeNode
-
Uses of Pathfinder.TreeNode in games.stendhal.server.core.pathfinder
Fields in games.stendhal.server.core.pathfinder declared as Pathfinder.TreeNodeModifier and TypeFieldDescriptionprotected Pathfinder.TreeNodePathfinder.goalNodeThe goal node.protected Pathfinder.TreeNodePathfinder.startNodeThe start node.Methods in games.stendhal.server.core.pathfinder that return Pathfinder.TreeNodeModifier and TypeMethodDescriptionabstract Pathfinder.TreeNodePathfinder.createNode(int x, int y) Create a new TreeNodeabstract Pathfinder.TreeNodePathfinder.TreeNode.createNode(int x, int y) Create a newTreeNode.SimplePathfinder.createNode(int x, int y) Pathfinder.TreeNode.getParent()Return the parent node.Methods in games.stendhal.server.core.pathfinder with parameters of type Pathfinder.TreeNodeModifier and TypeMethodDescriptiondoublePathfinder.TreeNode.getHeuristic(Pathfinder.TreeNode nodeGoal) Calculates the heuristic for the move form node1 to node2.