Package | Description |
---|---|
me.timothy.bots.responses |
Modifier and Type | Class and Description |
---|---|
class |
GenericFormattableObject
For when you don't need any fancy formatting information
to format things
|
class |
MoneyFormattableObject |
Modifier and Type | Method and Description |
---|---|
FormattableObject |
ResponseInfo.getObject(java.lang.String key)
Gets an object, either permanent or temporary
|
Modifier and Type | Method and Description |
---|---|
void |
ResponseInfo.addLongtermObject(java.lang.String key,
FormattableObject obj)
Adds a longterm object to this response info
|
void |
ResponseInfo.addTemporaryObject(java.lang.String key,
FormattableObject obj)
Adds a temporary object to the response info
|