Package | Description |
---|---|
org.botlibre.api.thought | |
org.botlibre.thought |
Modifier and Type | Method and Description |
---|---|
Mind.MentalState |
Mind.getState()
Return the state of mind.
|
static Mind.MentalState |
Mind.MentalState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Mind.MentalState[] |
Mind.MentalState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Mind.MentalState |
BasicMind.getState()
Return the state of mind.
|
Modifier and Type | Method and Description |
---|---|
void |
BasicMind.decrementState(Mind.MentalState state)
Ensure the maximum state.
|
void |
BasicMind.incrementState(Mind.MentalState state)
Ensure the minimum state.
|
void |
BasicMind.setState(Mind.MentalState state)
Set the state of mind.
|