Updated context and environment

This commit is contained in:
Clisprail
2013-06-10 13:05:36 +02:00
parent 670dcff739
commit acb1f8e02d
7 changed files with 80 additions and 28 deletions
@@ -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