|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.levelonelabs.aimbot.BotModule com.levelonelabs.aimbot.modules.MegaHalModule
Creates Babel poetry from user input
Field Summary | |
protected java.lang.String |
directory
used for specifing which brain directory to use |
protected java.lang.String |
last
remembers previous brain directory |
protected int |
order
tells MegaModel which order (how many contexts) it should be. |
Fields inherited from class com.levelonelabs.aimbot.BotModule |
bot |
Constructor Summary | |
MegaHalModule(AIMBot bot)
Constructor for the BabelModule object |
Method Summary | |
void |
debug(java.lang.String str)
allows for printing of debug information. |
java.lang.String |
getName()
Gets the name attribute of the BabelModule object |
java.util.ArrayList |
getServices()
Gets the services attribute of the BabelModule object |
java.lang.String |
help()
Describes the usage of the module |
void |
performService(AIMBuddy buddy,
java.lang.String query)
Create poetry |
boolean |
progress(java.lang.String message,
int done,
int total)
allow for progress tracking of certain activities in MegaModel. |
boolean |
warn(java.lang.String title,
java.lang.String error_msg)
warn is used for errors that occur. |
Methods inherited from class com.levelonelabs.aimbot.BotModule |
addAIMListener, addBuddies, addBuddy, denyBuddy, getBuddy, getBuddyNames, getPermitMode, permitBuddy, removeBuddies, removeBuddy, sendMessage, sendWarning, setAvailable, setPermitMode, setUnavailable |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected int order
protected java.lang.String directory
protected java.lang.String last
Constructor Detail |
public MegaHalModule(AIMBot bot)
bot
- Method Detail |
public boolean warn(java.lang.String title, java.lang.String error_msg)
warn
in interface megahal.MegaHalInterface
title
- error title.error_msg
- error message.
public boolean progress(java.lang.String message, int done, int total)
progress
in interface megahal.MegaHalInterface
message
- message to displaydone
- amount completed.total
- total amount to complete.
public void debug(java.lang.String str)
debug
in interface megahal.MegaHalInterface
str
- debug stringpublic java.util.ArrayList getServices()
getServices
in class BotModule
public java.lang.String getName()
getName
in class BotModule
public java.lang.String help()
help
in class BotModule
public void performService(AIMBuddy buddy, java.lang.String query)
performService
in class BotModule
buddy
- query
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |