loawkise Posted March 12, 2015 Posted March 12, 2015 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); Quote
loawkise Posted March 12, 2015 Author Posted March 12, 2015 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? Quote
loawkise Posted March 12, 2015 Author Posted March 12, 2015 Well when I did it in 1.7.10, there was no import anyway so I am unsure as to what has changed. Quote
Recommended Posts
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.