Skip to content

Commit

Permalink
fix: update methods to match new field names
Browse files Browse the repository at this point in the history
  • Loading branch information
Octol1ttle committed Nov 6, 2024
1 parent 084195f commit c5e08e9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ CLASS net/minecraft/class_355 net/minecraft/client/gui/hud/PlayerListHud
FIELD field_40400 highlightEndTick J
METHOD <init> (I)V
ARG 1 score
METHOD method_45596 getPrevScore ()I
METHOD method_45596 getLastScore ()I
METHOD method_45597 tick (IJ)V
ARG 1 score
ARG 2 currentTick
Expand Down
10 changes: 5 additions & 5 deletions mappings/net/minecraft/entity/Entity.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -2239,17 +2239,17 @@ CLASS net/minecraft/class_1297 net/minecraft/entity/Entity
ARG 2 newPos
ARG 3 blockPos
ARG 4 shape
METHOD method_63613 updatePrevPosition ()V
METHOD method_63614 updatePrevAngles ()V
METHOD method_63615 setPrevPositionAndAngles (Lnet/minecraft/class_243;FF)V
METHOD method_63613 updateLastPosition ()V
METHOD method_63614 updateLastAngles ()V
METHOD method_63615 setLastPositionAndAngles (Lnet/minecraft/class_243;FF)V
ARG 1 pos
ARG 2 yaw
ARG 3 pitch
METHOD method_63616 isLocalPlayerOrLogicalSideForUpdatingMovement ()Z
METHOD method_63617 setPrevAngles (FF)V
METHOD method_63617 setLastAngles (FF)V
ARG 1 lastYaw
ARG 2 lastPitch
METHOD method_63618 setPrevPosition (Lnet/minecraft/class_243;)V
METHOD method_63618 setLastPosition (Lnet/minecraft/class_243;)V
ARG 1 pos
METHOD method_64166 tickBlockCollision (Lnet/minecraft/class_243;Lnet/minecraft/class_243;)V
ARG 1 lastRenderPos
Expand Down

0 comments on commit c5e08e9

Please sign in to comment.