Posted November 24, 20168 yr I want to add a Packet Send and read custom event to my mod but i have no idea how to go at it.
November 24, 20168 yr Why do you need an event? Where is it going to be fired from? Who's going to subscribe to it, and why? Create a class that extends net.minecraftforge.fml.common.eventhandler.Event . To fire it, create an instance and call EventBus#post . Please don't PM me to ask for help. Asking your question in a public thread preserves it for people who are having the same problem in the future.
November 24, 20168 yr Author its mostly to do stuff at the packet level like reading packets sent and sending packets live you can look for chat messages in chat and more
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.