- GenericFormattableObject - Class in me.timothy.bots.responses
-
For when you don't need any fancy formatting information
to format things
- GenericFormattableObject(String) - Constructor for class me.timothy.bots.responses.GenericFormattableObject
-
- get(T1) - Method in class me.timothy.utils.BasicMap
-
Gets the.
- getAmount() - Method in class me.timothy.bots.responses.MoneyFormattableObject
-
- getCostString(double) - Static method in class me.timothy.bots.BotUtils
-
Formats the specified number like you would expect for a dollar amount.
- getDateStringFromJUTC(long) - Static method in class me.timothy.bots.BotUtils
-
Gets a date string from a timestamp that was acquired as if by
System.currentTimeMillis
- getDollarAmountPatternString() - Static method in class me.timothy.bots.BotUtils
-
Get the string to use to search for a dollar amount.
- getFolder() - Method in class me.timothy.bots.FileConfiguration
-
Gets the absolute path of the folder that configuration
is being loaded from
- getFormattedResponse(FileConfiguration, Database) - Method in class me.timothy.bots.responses.ResponseFormatter
-
Parses the current state of info and
gets the nice pretty response
- getKeys() - Method in class me.timothy.utils.BasicMap
-
Gets the keys.
- getLinkFlair() - Method in class me.timothy.bots.summon.SummonResponse
-
- getList(String) - Method in class me.timothy.bots.FileConfiguration
-
- getObject(String) - Method in class me.timothy.bots.responses.ResponseInfo
-
Gets an object, either permanent or temporary
- getPennies(String) - Static method in class me.timothy.bots.BotUtils
-
Parses the number as a double, multiplies by a hundred, and rounds to an
int.
- getPMResponses() - Method in class me.timothy.bots.summon.SummonResponse
-
- getProperties() - Method in class me.timothy.bots.FileConfiguration
-
Get the map of strings -> properties
- getProperty(String) - Method in class me.timothy.bots.FileConfiguration
-
Gets the property where the part before the
.
- getRecentComments() - Method in class me.timothy.bots.Bot
-
Returns a list of recent comments that might need to be scanned.
- getRecentComments() - Method in class me.timothy.bots.BotDriver
-
Gets a list of recent comments, utilizing exponential-backoff.
- getRecentMessages() - Method in class me.timothy.bots.BotDriver
-
Gets a list of recent messages, utilizing exponential back-off.
- getRecentSubmissions() - Method in class me.timothy.bots.Bot
-
Returns any new submissions.
- getRecentSubmissions() - Method in class me.timothy.bots.BotDriver
-
Gets a list of recent submissions, utilizing exponential back-off.
- getReportMessage() - Method in class me.timothy.bots.summon.SummonResponse
-
- getResponseInfo(String, String) - Static method in class me.timothy.bots.responses.ResponseInfoFactory
-
Parses the information contained in the message based on the
format that the message should be in.
- getResponseInfo(String, String, Comment) - Static method in class me.timothy.bots.responses.ResponseInfoFactory
-
- getResponseMessage() - Method in class me.timothy.bots.summon.SummonResponse
-
- getResponseType() - Method in class me.timothy.bots.summon.SummonResponse
-
- getString(String) - Method in class me.timothy.bots.FileConfiguration
-
- getString() - Method in enum me.timothy.bots.Table.Alignment
-
Gets the alignments string value for reddit
- getStringLists() - Method in class me.timothy.bots.FileConfiguration
-
Get the map for strings -> string lists
- getStrings() - Method in class me.timothy.bots.FileConfiguration
-
Get the map for strings -> strings
- getText() - Method in class me.timothy.bots.summon.PMResponse
-
The text of the pm
- getTitle() - Method in class me.timothy.bots.summon.PMResponse
-
The title of the pm.
- getTo() - Method in class me.timothy.bots.summon.PMResponse
-
The username that will be pm'd
- getUnreadMessages() - Method in class me.timothy.bots.Bot
-
Returns any new messages.
- getUser() - Method in class me.timothy.bots.Bot
-
Gets the user.
- getUser(String) - Static method in class me.timothy.bots.BotUtils
-
From a string that contains a username, strips (if it exists) the /u/ and
sets to lowercase.