Fix some wrong mappings (#2207)

* updatePose

* Fix wrong method name

* Another mapping fix
This commit is contained in:
Florens Pauwels 2021-03-30 23:36:56 +02:00 committed by GitHub
parent 4e1f244274
commit 78172ae480
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -463,7 +463,7 @@ CLASS net/minecraft/class_1297 net/minecraft/entity/Entity
ARG 2 stack
METHOD method_5674 onTrackedDataSet (Lnet/minecraft/class_2940;)V
ARG 1 data
METHOD method_5675 canFly ()Z
METHOD method_5675 isPushedByFluids ()Z
METHOD method_5676 getBurningDuration ()I
METHOD method_5678 getHeightOffset ()D
METHOD method_5679 isInvulnerableTo (Lnet/minecraft/class_1282;)Z

View File

@ -203,7 +203,7 @@ CLASS net/minecraft/class_1657 net/minecraft/entity/player/PlayerEntity
METHOD method_7316 addExperienceLevels (I)V
ARG 1 levels
METHOD method_7317 canFoodHeal ()Z
METHOD method_7318 updateSize ()V
METHOD method_7318 updatePose ()V
METHOD method_7320 setScore (I)V
ARG 1 score
METHOD method_7322 addExhaustion (F)V

View File

@ -12,7 +12,7 @@ CLASS net/minecraft/class_3244 net/minecraft/server/network/ServerPlayNetworkHan
FIELD field_14126 updatedY D
FIELD field_14127 connection Lnet/minecraft/class_2535;
FIELD field_14128 lastTickZ D
FIELD field_14129 ridingEntity Z
FIELD field_14129 vehicleFloating Z
FIELD field_14130 lastTickX D
FIELD field_14131 floating Z
FIELD field_14133 creativeItemDropThreshold I