23242526272829
import cpw.mods.fml.common.network.NetworkRegistry; public class CommonProxy { public void registerHandlers() { NetworkRegistry.INSTANCE.registerGuiHandler(ForgeWorldEdit.inst, new GuiHandler()); }