public abstract class Bot
extends java.lang.Object
Constructor and Description |
---|
Bot(Connection c) |
Bot(Connection c,
java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
void |
destroy()
Terminates the connection to the bot as safely as possible
|
boolean |
equals(java.lang.Object o) |
abstract CommandCenter |
getCommandCenter()
TODO: Use reflections on this if necessary.
|
java.lang.String |
getName()
Returns the name associated with the bot, if one was provided.
|
abstract SensorCenter |
getSensorCenter() |
int |
hashCode() |
java.lang.String |
toString() |
public Bot(Connection c)
public Bot(Connection c, java.lang.String name)
public abstract CommandCenter getCommandCenter()
public abstract SensorCenter getSensorCenter()
public java.lang.String getName()
public void destroy()
public java.lang.String toString()
toString
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object