Package org.rspeer.game.web.net.response
Class WebPathResponse
- java.lang.Object
-
- org.rspeer.game.web.net.response.Response
-
- org.rspeer.game.web.net.response.WebPathResponse
-
public class WebPathResponse extends Response
-
-
Constructor Summary
Constructors Constructor Description WebPathResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getCost()
Position
getEnd()
List<WebSegment>
getSegments()
Position
getStart()
-
-
-
Method Detail
-
getSegments
public List<WebSegment> getSegments()
-
getStart
public Position getStart()
-
getEnd
public Position getEnd()
-
getCost
public double getCost()
-
-