Uses of Class
org.rspeer.game.web.path.Edge.EdgeType
-
Packages that use Edge.EdgeType Package Description org.rspeer.game.web.path -
-
Uses of Edge.EdgeType in org.rspeer.game.web.path
Methods in org.rspeer.game.web.path that return Edge.EdgeType Modifier and Type Method Description Edge.EdgeType
Edge. getType()
static Edge.EdgeType
Edge.EdgeType. valueOf(String name)
Returns the enum constant of this type with the specified name.static Edge.EdgeType[]
Edge.EdgeType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-