public interface CommandsInterface
Modifier and Type | Method and Description |
---|---|
boolean |
executeCommand(java.lang.String command)
Delegates commands like a factory method but does not spawn objects.
|
void |
setGameplayRef(GameplayScreen gameplayRef)
the gameplay on which the commands are executed
|
boolean executeCommand(java.lang.String command)
command
- the command which should be executedvoid setGameplayRef(GameplayScreen gameplayRef)
gameplayRef
-