Posted March 12, 201510 yr I have my packet handling set up, but get this error: The method processPacketOnServer(ByteBuf, Side, EntityPlayerMP) from the type ProcessPacketServerSide refers to the missing type Side. This is the line I get it on and am wanting to know what the error means, thanks. ProcessPacketServerSide.processPacketOnServer(event.packet.payload(), event.packet.getTarget(), thePlayer);
March 12, 201510 yr Author It doesn't give me anything to import like anything else would, am I supposed to be importing Side, as I don't know where to look if so?
March 12, 201510 yr Author Well when I did it in 1.7.10, there was no import anyway so I am unsure as to what has changed.
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.