Rename the EntityTrackerEntry#lastHeadPitch field to lastHeadYaw (#3633)

Fixes #3618
This commit is contained in:
haykam821 2023-08-17 08:59:37 -04:00 committed by GitHub
parent 9d6bc0730d
commit e9536d1abe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;