Class PathLink
- java.lang.Object
-
- net.eternalclient.api.wrappers.walking.PathLink
-
public class PathLink extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description PathLink(WorldTile start, WorldTile end, PathLinkHandler handler)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WorldTile
getEnd()
PathLinkHandler
getHandler()
WorldTile
getStart()
PathHandleState
handle(WalkCondition walkCondition)
-
-
-
Constructor Detail
-
PathLink
public PathLink(WorldTile start, WorldTile end, PathLinkHandler handler)
-
-
Method Detail
-
handle
public PathHandleState handle(WalkCondition walkCondition)
-
getStart
public WorldTile getStart()
-
getEnd
public WorldTile getEnd()
-
getHandler
public PathLinkHandler getHandler()
-
-