public interface Move
Modifier and Type | Method and Description |
---|---|
int |
executeMoveOnGraph(PebbleInstance c)
Attempt execute the current move using the given GraphController.
|
java.util.Set<Vertex> |
getTargetedVerts() |
int executeMoveOnGraph(PebbleInstance c) throws CouldNotCompleteMove
c
- the cCouldNotCompleteMove
- the move could not be madejava.util.Set<Vertex> getTargetedVerts()