Package io.ytcode.pathfinding.astar
Class Path
- java.lang.Object
-
- io.ytcode.pathfinding.astar.Path
-
public class Path extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Path()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()longget(int i)booleanisEmpty()intsize()
-