![]() |
Rabbit Escape
2017-01-14_18:33:47_+0000__(tag:_v0.10.1)
|
Public Member Functions | |
WorldModifier (World world, SolutionRecorderTemplate solutionRecorder) | |
synchronized void | step () |
synchronized void | addToken (int tileX, int tileY, Token.Type type) |
Public Attributes | |
final SolutionRecorderTemplate | solutionRecorder |
Private Attributes | |
final World | world |
Everything that modifies the world goes through here, with synchronization.
Public for test
rabbitescape.render.gameloop.GeneralPhysics.WorldModifier.WorldModifier | ( | World | world, |
SolutionRecorderTemplate | solutionRecorder | ||
) |
synchronized void rabbitescape.render.gameloop.GeneralPhysics.WorldModifier.addToken | ( | int | tileX, |
int | tileY, | ||
Token.Type | type | ||
) |
synchronized void rabbitescape.render.gameloop.GeneralPhysics.WorldModifier.step | ( | ) |
final SolutionRecorderTemplate rabbitescape.render.gameloop.GeneralPhysics.WorldModifier.solutionRecorder |
|
private |