Uses of Class
org.rspeer.game.web.path.WebSegment
-
Packages that use WebSegment Package Description org.rspeer.game.web.net.response org.rspeer.game.web.path -
-
Uses of WebSegment in org.rspeer.game.web.net.response
Methods in org.rspeer.game.web.net.response that return types with arguments of type WebSegment Modifier and Type Method Description List<WebSegment>
WebPathResponse. getSegments()
-
Uses of WebSegment in org.rspeer.game.web.path
Methods in org.rspeer.game.web.path that return types with arguments of type WebSegment Modifier and Type Method Description List<WebSegment>
WebPath. getSegments()
Constructor parameters in org.rspeer.game.web.path with type arguments of type WebSegment Constructor Description WebPath(List<WebSegment> segments, Position destination)
-