| Class | Description | 
|---|---|
| ASMUtil_OLD | 
 Used to rename/replace methods/classes/fields 
 | 
| BytecodeHook | 
 Whenever a function is executed, this class will be executed with the
 function callHook(String); 
 | 
| BytecodeViewer | 
 The official API for BCV, this was designed for plugin authors and
 people utilizing EZ-Injection. 
 | 
| ClassNodeLoader | |
| ExceptionUI | 
 A simple class designed to show exceptions in the UI. 
 | 
| Plugin | 
 A simple plugin class, it will run the plugin in a background thread. 
 | 
| PluginConsole | 
 A simple console GUI. 
 |