Package com.epicbot.api.shared.bot
Interface IBot
-
public interface IBot
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getAccessToken()
APIContext
getAPIContext()
java.awt.image.BufferedImage
getBotBuffer()
BotType
getBotType()
java.lang.String
getDaxAPIKey()
java.lang.String
getDaxAPISecret()
java.lang.String
getDiscordWebhookURL()
IEpicBotEventBus
getEventBus()
java.util.concurrent.ExecutorService
getExecutorService()
IMouseSettings
getMouseSettings()
IEpicBotScheduler
getScheduler()
Script
getScript()
java.util.Optional<java.io.File>
getScriptProfile()
java.io.File
getScriptSettingsDir()
ScriptType
getScriptType()
java.lang.String
getUsername()
boolean
isDestroyed()
boolean
isInputEnabled()
void
setMouseSettings(IMouseSettings mouseSettings)
-
-
-
Method Detail
-
getAPIContext
APIContext getAPIContext()
-
getScript
Script getScript()
-
getScriptType
ScriptType getScriptType()
-
getBotType
BotType getBotType()
-
getUsername
java.lang.String getUsername()
-
getEventBus
IEpicBotEventBus getEventBus()
-
getScheduler
IEpicBotScheduler getScheduler()
-
getExecutorService
java.util.concurrent.ExecutorService getExecutorService()
-
getScriptSettingsDir
java.io.File getScriptSettingsDir()
-
getScriptProfile
java.util.Optional<java.io.File> getScriptProfile()
-
isDestroyed
boolean isDestroyed()
-
isInputEnabled
boolean isInputEnabled()
-
getDaxAPIKey
java.lang.String getDaxAPIKey()
-
getDaxAPISecret
java.lang.String getDaxAPISecret()
-
getAccessToken
java.lang.String getAccessToken()
-
getDiscordWebhookURL
java.lang.String getDiscordWebhookURL()
-
getMouseSettings
IMouseSettings getMouseSettings()
-
setMouseSettings
void setMouseSettings(IMouseSettings mouseSettings)
-
getBotBuffer
java.awt.image.BufferedImage getBotBuffer()
-
-