public WorldEditCUI(Minecraft minecraft) {
this.minecraft = minecraft;
}
public void initialize() {
this.eventManager = new EventManager(this);
this.obfuscation = new Obfuscation(this);
this.selection = new CuboidRegion(this);
this.configuration = new CUIConfiguration(this);
this.debugger = new CUIDebug(this);
//this.localPlugin = new LocalPlugin(this);