Posted February 10, 201312 yr How to handle client GUI/keys on serverside, and get result from server?
February 10, 201312 yr Author You need to make an IPacketHandler and send custom packets. TY, i have read about IPacketHandler, it is the thing, that will help client to communicate with server. So, i can do something like this: 1) register KeyBinding to handle key pressed 2) on our registered KeyBinding send packet to server with some request 3) process packet on server and send response to client 4) change GUI state respectively to response ?
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.