Posted November 12, 20213 yr In 1.16, we could get shoot a projectile using something similar to: CustomEntity.func_234612_a_(player, player.rotationPitch, player.rotationYaw, 0.0F, 1.5F, 1.0F); I know func_234612_a_ has been updated to shootFromRotation, but does anyone know what rotationPitch and rotationYaw changed to?
November 12, 20213 yr They changed to 'xRot' and 'yRot', but private, so use 'getXRot()' and 'getYRot()'.
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.