public interface CommandCenter
Each bot must implement this class with their own commands.
If there are any important commands we believe all robots should have then place them here
Modifier and Type | Method and Description |
---|---|
boolean |
sendKV(java.lang.String key,
java.lang.String value)
Sends an arbitrary key and value over the associated bot's connection.
|
boolean sendKV(java.lang.String key, java.lang.String value)
key
- A key to identify the type of commandvalue
- The value of the command