| Package | Description |
|---|---|
| me.timothy.bots.responses |
| Modifier and Type | Field and Description |
|---|---|
static ResponseInfo |
ResponseInfoFactory.base |
| Modifier and Type | Method and Description |
|---|---|
static ResponseInfo |
ResponseInfoFactory.getResponseInfo(java.lang.String format,
java.lang.String message)
Parses the information contained in the message based on the
format that the message should be in.
|
static ResponseInfo |
ResponseInfoFactory.getResponseInfo(java.lang.String format,
java.lang.String message,
me.timothy.jreddit.info.Comment comment) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
MoneyFormattableObject.toFormattedString(ResponseInfo info,
java.lang.String myName,
FileConfiguration config,
Database db) |
java.lang.String |
GenericFormattableObject.toFormattedString(ResponseInfo info,
java.lang.String myName,
FileConfiguration config,
Database db) |
java.lang.String |
FormattableObject.toFormattedString(ResponseInfo info,
java.lang.String myName,
FileConfiguration config,
Database db)
Formats an object using the data given
|
| Constructor and Description |
|---|
ResponseFormatter(java.lang.String format,
ResponseInfo info)
Prepares a response formatter with the specified
information to use
|
ResponseInfo(ResponseInfo o)
Creates a response info that shallow copies
another response info
|