| Modifier and Type | Method and Description | 
|---|---|
| void | awake()Start. | 
| Bot | getBot()Return the associated Bot instance. | 
| java.lang.String | getName()Return the name that identifies the tool. | 
| Primitive | getPrimitive()Allows senses to be referenced by memory. | 
| void | initialize(java.util.Map<java.lang.String,java.lang.Object> properties)Initialize any configuration properties. | 
| boolean | isEnabled()Return if the sense is enabled. | 
| void | notifyExceptionListeners(java.lang.Exception exception) | 
| void | pool()Reset state when instance is pooled. | 
| void | setBot(Bot Bot)Set the associated Bot instance. | 
| void | setIsEnabled(boolean isEnabled)Allow the sense to disabled/enabled. | 
| void | setName(java.lang.String name)Set the name that identifies the tool. | 
| void | shutdown()Stop. | 
void initialize(java.util.Map<java.lang.String,java.lang.Object> properties)
void awake()
void shutdown()
void pool()
java.lang.String getName()
void setName(java.lang.String name)
Bot getBot()
void setBot(Bot Bot)
boolean isEnabled()
void setIsEnabled(boolean isEnabled)
Primitive getPrimitive()
void notifyExceptionListeners(java.lang.Exception exception)