Posted September 25, 20187 yr how do I get the player that used the key in the ClientTickEvent event forge 1.12
September 25, 20187 yr Well as the name of the event suggests ClientTickEvent fires on the client. You always have an access to the client player. It's Minecraft.getMinecraft().player. However I feel that you want to accomplish something else here. Could you please clarify what exactly do you want to accomplish?
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.