Package com.epicbot.api.shared.bot
Interface IBot
public interface IBot
-
Method Summary
Modifier and TypeMethodDescriptiongetItemDefinition(int id) getToken()booleanbooleanvoidsetMouseSettings(IMouseSettings mouseSettings) voidtakeScreenshot(File file)
-
Method Details
-
getAPIContext
APIContext getAPIContext() -
getScript
Script getScript() -
getScriptType
ScriptType getScriptType() -
getUsername
String getUsername() -
getScriptPaintFrame
PaintFrame getScriptPaintFrame() -
getEventBus
IEpicBotEventBus getEventBus() -
getScheduler
IEpicBotScheduler getScheduler() -
getExecutorService
ExecutorService getExecutorService() -
getScriptSettingsDir
File getScriptSettingsDir() -
getScriptProfile
-
isDestroyed
boolean isDestroyed() -
isInputEnabled
boolean isInputEnabled() -
getDaxAPIKey
String getDaxAPIKey() -
getDaxAPISecret
String getDaxAPISecret() -
getToken
String getToken() -
getDiscordWebhookURL
String getDiscordWebhookURL() -
getMouseSettings
IMouseSettings getMouseSettings() -
getInteractMethod
InteractMethod getInteractMethod() -
getBotBuffer
BufferedImage getBotBuffer() -
takeScreenshot
- Throws:
IOException
-
getItemDefinition
-