1.20.2-rc2 stuff (#3673)

This commit is contained in:
Shnupbups 2023-09-19 00:46:45 +10:00 committed by GitHub
parent 37fe135868
commit 17aceb89aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 0 deletions

View File

@ -6,4 +6,5 @@ CLASS net/minecraft/class_1559 net/minecraft/entity/mob/EndermiteEntity
ARG 1 world
ARG 2 spawnReason
ARG 3 pos
ARG 4 random
METHOD method_26911 createEndermiteAttributes ()Lnet/minecraft/class_5132$class_5133;

View File

@ -12,6 +12,10 @@ CLASS net/minecraft/class_7689 net/minecraft/entity/passive/CamelEntity
FIELD field_40734 sittingAnimationState Lnet/minecraft/class_7094;
METHOD method_45344 setLastPoseTick (J)V
ARG 1 lastPoseTick
METHOD method_45346 getPassengerAttachmentY (ZFLnet/minecraft/class_4048;F)D
ARG 1 primaryPassenger
ARG 3 dimensions
ARG 4 scaleFactor
METHOD method_45350 isSitting ()Z
METHOD method_45351 isChangingPose ()Z
METHOD method_45352 startSitting ()V

View File

@ -10,6 +10,7 @@ CLASS net/minecraft/class_1688 net/minecraft/entity/vehicle/AbstractMinecartEnti
FIELD field_45140 clientPitch D
FIELD field_45141 clientVelocity Lnet/minecraft/class_243;
FIELD field_46214 PASSENGER_ATTACHMENT_Y_OFFSET F
FIELD field_46219 VILLAGER_PASSENGER_ATTACHMENT_Y_OFFSET F
FIELD field_7660 yawFlipped Z
FIELD field_7661 CUSTOM_BLOCK_OFFSET Lnet/minecraft/class_2940;
FIELD field_7663 DAMAGE_WOBBLE_TICKS Lnet/minecraft/class_2940;