Uses of Record Class
com.takenoko.bot.utils.pathfinding.irrigation.Node
Packages that use Node
-
Uses of Node in com.takenoko.bot.utils.pathfinding.irrigation
Fields in com.takenoko.bot.utils.pathfinding.irrigation declared as NodeModifier and TypeFieldDescriptionprivate final Node
Node.parent
The field for theparent
record component.Methods in com.takenoko.bot.utils.pathfinding.irrigation that return NodeModifier and TypeMethodDescriptionNode.parent()
Returns the value of theparent
record component.Methods in com.takenoko.bot.utils.pathfinding.irrigation with parameters of type NodeModifier and TypeMethodDescriptionprivate static List<EdgePosition>
IrrigationPathFinding.rebuildPath
(Node node) Constructors in com.takenoko.bot.utils.pathfinding.irrigation with parameters of type NodeModifierConstructorDescription(package private)
Node
(Board board, int gCost, int hCost, Node parent, EdgePosition edgePosition) Creates an instance of aNode
record class.