Package org.rspeer.game.web.net.response
Class WebNearestPositionResponse
- java.lang.Object
-
- org.rspeer.game.web.net.response.Response
-
- org.rspeer.game.web.net.response.WebNearestPositionResponse
-
public class WebNearestPositionResponse extends Response
-
-
Constructor Summary
Constructors Constructor Description WebNearestPositionResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getCost()
Position
getNearest()
-
-
-
Method Detail
-
getNearest
public Position getNearest()
-
getCost
public double getCost()
-
-