mirror of
https://github.com/2006-Scape/Parabot.git
synced 2026-07-03 16:49:10 +00:00
Updated context and environment
This commit is contained in:
@@ -5,6 +5,7 @@ import java.applet.AppletStub;
|
||||
import java.net.URL;
|
||||
import javax.swing.JMenuBar;
|
||||
|
||||
import org.objectweb.asm.tree.ClassNode;
|
||||
import org.parabot.core.Context;
|
||||
/**
|
||||
* Provides a server to the bot
|
||||
@@ -34,6 +35,10 @@ public abstract class ServerProvider {
|
||||
return null;
|
||||
}
|
||||
|
||||
public void inject(ClassNode node) {
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
* Add custom items to the bot menu bar
|
||||
* @param menu bar to add items on
|
||||
|
||||
Reference in New Issue
Block a user