-
-
Notifications
You must be signed in to change notification settings - Fork 257
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Input Handling in 1.21.2+ #3299
Comments
Try something like this:
|
Yep, that works. Is the package still sent multiple times when i keep like W pressed? |
Thank you @Brokkonaut i forget about it, atm i have so much trouble with my shool that i make simultaneously as my fulltime job |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
The
PacketType.Play.Client.STEER_VEHICLE
works internal withnet.minecraft.world.entity.player.Input
and the set/get methode inside PacketContainer is mising and there isn't a data type present.Describe the solution you'd like
Please add an function to get the Player Input and work with an Wrapped Object
Error Log from 1.21.3
Error Log
1.21.3 Internal Code from ServerboundPlayerInputPacket
1.21.1 Internal Code from ServerboundPlayerInputPacket
The text was updated successfully, but these errors were encountered: