| Package | Description |
|---|---|
| io.nadron.app | |
| io.nadron.app.impl |
| Modifier and Type | Method and Description |
|---|---|
GameCommandInterpreter |
Game.getGameCommandInterpreter()
Each game requires a different set of game commands.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Game.setGameCommandInterpreter(GameCommandInterpreter interpreter)
Set the interpreter associated with this game.
|
| Modifier and Type | Field and Description |
|---|---|
private GameCommandInterpreter |
SimpleGame.gameCommandInterpreter
Each game has its own specific commands.
|
| Modifier and Type | Method and Description |
|---|---|
GameCommandInterpreter |
SimpleGame.getGameCommandInterpreter() |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleGame.setGameCommandInterpreter(GameCommandInterpreter interpreter) |
| Constructor and Description |
|---|
SimpleGame(Object id,
String gameName,
GameCommandInterpreter gameCommandInterpreter) |
Copyright © 2013. All Rights Reserved.