Class Extension
java.lang.Object
org.teleight.teleightbots.extensions.Extension
Blueprint for creating different types of extensions for the bot. Each extension has a reference to the bot
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
bot
-
-
Constructor Details
-
Extension
The constructor for the Extension class.- Parameters:
bot- The bot that this extension is associated with.
-
-
Method Details
-
start
public abstract void start()Method used when the extension is started. -
shutdown
public abstract void shutdown()Method used when the extension is shut down.
-