Jump to content

[1.8]GuiOpenEvent


NathanLeadill

Recommended Posts

Hey, so I decided to actually learn how to code stuff myself :P. Instead of asking for code, So I googled a few old tutorials and look through the vanilla code, I've coded the Gui and Was just wondering do i need to do anything else in the main class other than these three lines

EVENT_HANDLER = new MMEHandler();
MinecraftForge.EVENT_BUS.register(EVENT_HANDLER);
FMLCommonHandler.instance().bus().register(EVENT_HANDLER);

 

Edit: I forgot to add this is for 1.8

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.