Rename the EntityTrackerEntry#lastHeadPitch field to lastHeadYaw

Fixes #3618
This commit is contained in:
haykam821 2023-08-13 02:27:58 -04:00
parent c79ff3fbdc
commit ec2c3e4a22
No known key found for this signature in database
GPG Key ID: 64DE485366941734
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ CLASS net/minecraft/class_3231 net/minecraft/server/network/EntityTrackerEntry
FIELD field_14047 lastPitch I
FIELD field_14049 entity Lnet/minecraft/class_1297;
FIELD field_14051 hadVehicle Z
FIELD field_14059 lastHeadPitch I
FIELD field_14059 lastHeadYaw I
FIELD field_14060 lastYaw I
FIELD field_18258 world Lnet/minecraft/class_3218;
FIELD field_18259 receiver Ljava/util/function/Consumer;