Posted March 22, 201510 yr When I try to use: FMLProxyPacket thePacket = new FMLProxyPacket(bbos.buffer(), MainModFile.networkChannelName); I get this error that the constructor is undefined so I don't know what I can do about it.
March 22, 201510 yr Author Well it returns a ByteBuf, but if I try casting to a PacketBuffer then it crashes. Is that wrong?
March 22, 201510 yr << Hint >> public PacketBuffer(ByteBuf wrapped) { this.buf = wrapped; } Is the constructor for PacketBuffer
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.