public class RouteNodeInfo
extends Object
Modifier and Type | Field and Description |
---|---|
short |
endTileXCoordinate |
short |
endTileYCoordinate |
short |
length |
RouteNodeType |
type |
Modifier and Type | Method and Description |
---|---|
static RouteNodeInfo |
get(Node node,
RouteNodeGraph routingGraph) |
static RouteNodeType |
getType(Node node,
Tile endTile,
RouteNodeGraph routingGraph,
boolean forceSink) |
public final RouteNodeType type
public final short endTileXCoordinate
public final short endTileYCoordinate
public final short length
public static RouteNodeInfo get(Node node, RouteNodeGraph routingGraph)
public static RouteNodeType getType(Node node, Tile endTile, RouteNodeGraph routingGraph, boolean forceSink)