Class WebPath
java.lang.Object
org.rspeer.game.web.path.WebPath
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddebug(Graphics2D g) voiddrawTileAtCoord(Graphics2D g, Coord coord, Color color) booleanisValid()booleanshouldInvalidateForArea(Area area) booleanshouldInvalidateForDestination(Coord position) voidstep()
-
Field Details
-
failed
public int failed
-
-
Constructor Details
-
WebPath
-
-
Method Details
-
step
public void step() -
getSegments
-
getDestination
-
isValid
public boolean isValid() -
shouldInvalidateForDestination
-
shouldInvalidateForArea
-
debug
-
drawTileAtCoord
-
getContext
-