Posted April 29, 20196 yr How has packet handling changed in 1.13.2, I cannot find any information on it. Previously you had to implement the IMessage interface and so on, but now that doesn't exist. Cheers.
May 1, 20196 yr https://gist.github.com/williewillus/353c872bcf1a6ace9921189f6100d09a Specifically this section Quote network: SimpleImpl -> SimpleChannel enqueuework instead of addScheduledTask register free funcs See https://github.com/sinkillerj/ProjectE/blob/c17ff6e1b7151b9ef12396af47a937bb599bf7bf/src/main/java/moze_intel/projecte/network/PacketHandler.java#L23-L52
May 1, 20196 yr Author ... oh. Errr yeah, I knew that was there... On another note, the packets inside that repo all implement IMessage but that interface doesn't appear to exist anymore (like it did in 1.12.2) nor can I find it anywhere else in the repo. Am I missing something else really obvious? Edited May 1, 20196 yr by harison513
May 2, 20196 yr 16 hours ago, harison513 said: Wait, nope I am an idiot again. I wasn't looking at the 1.13 branch... How did you find it? I cannot find it in my 1.13 project
May 4, 20196 yr Author https://github.com/sinkillerj/ProjectE/tree/mc1.13.x/src/main/java/moze_intel/projecte/network Try that.
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.