Posted October 1, 20196 yr As title. Is there any event that can be used to hide the player's hand and item in a specific condition I gave? Edited October 1, 20196 yr by poopoodice
October 1, 20196 yr Author 20 minutes ago, diesieben07 said: RenderHandEvent. Thanks ; ) @SubscribeEvent public void RenderPlayer(RenderHandEvent event) { event.setCanceled(true); }
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.