![]() |
Rabbit Escape
2017-01-14_18:33:47_+0000__(tag:_v0.10.1)
|
Public Member Functions | |
FailedToPlaceToken (int x, int y, Token.Type type) | |
![]() | |
ProblemRunningSolution () | |
ProblemRunningSolution (Throwable cause) | |
![]() | |
RabbitEscapeException () | |
RabbitEscapeException (RabbitEscapeException cause) | |
RabbitEscapeException (Throwable cause) | |
String | getMessage () |
String | translate (Locale locale) |
Public Attributes | |
final int | x |
final int | y |
final Token.Type | type |
![]() | |
int | solutionId = -1 |
int | commandIndex = -1 |
String | level = "<>" |
String | world = "" |
![]() | |
final RabbitEscapeException | cause |
Static Private Attributes | |
static final long | serialVersionUID = 1L |
We placed a token but the world wouldn't accept it (presumably because there was a block at that position).
rabbitescape.engine.solution.SolutionExceptions.FailedToPlaceToken.FailedToPlaceToken | ( | int | x, |
int | y, | ||
Token.Type | type | ||
) |
|
staticprivate |
final Token.Type rabbitescape.engine.solution.SolutionExceptions.FailedToPlaceToken.type |
final int rabbitescape.engine.solution.SolutionExceptions.FailedToPlaceToken.x |
final int rabbitescape.engine.solution.SolutionExceptions.FailedToPlaceToken.y |