Posted July 28, 20223 yr I am making a mod and at one point I have to make a new BlockPlaceContext but I don't know how to get an InteractionHand. There isn't a constructor as far as I can tell. Thanks for any help. Please don't put anything from 1.16.5, 1.12.2, 1.14, 1.15, 1.0, or anything not 1.18.x or 1.19.x!
July 28, 20223 yr 2 minutes ago, TheElementGuy said: There isn't a constructor as far as I can tell. Yeah, since it's an enum. You can get the current active hand from Player#getUsedItemHand.
July 30, 20223 yr 2 hours ago, diesieben07 said: Note that "currently active" here means "being used", e.g. for eating or using a bow. or else the main hand
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.