Posted September 23, 201410 yr I see there are three packages in Forge 1.7.10 that have events: cpw.mods.fml.common.event net.minecraft.event net.minecraftforge.event Can anybody explain the purpose of which to use when ?
September 23, 201410 yr See my tutorial on events: http://jabelarminecraft.blogspot.com/p/minecraft-forge-172-event-handling.html Note that a couple events are fired on the "wrong" bus -- meaning not the one you'd think based on the package. I've listed those cases that I'm aware of. One simple trick to tell which bus an event is fired on is to follow the "call hierarchy" for the event. Eclipse will show you where it was used and that will include the bus posts. Check out my tutorials here: http://jabelarminecraft.blogspot.com/
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.