Skip to content

Commit

Permalink
Change Slot.onStackChanged -> Slot.onQuickTransfer (#2346)
Browse files Browse the repository at this point in the history
Fixes #1656
  • Loading branch information
reoseah committed Apr 24, 2021
1 parent 7ad5228 commit c109973
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mappings/net/minecraft/screen/slot/Slot.mapping
Expand Up @@ -33,9 +33,9 @@ CLASS net/minecraft/class_1735 net/minecraft/screen/slot/Slot
METHOD method_7668 markDirty ()V
METHOD method_7669 onCrafted (Lnet/minecraft/class_1799;)V
ARG 1 stack
METHOD method_7670 onStackChanged (Lnet/minecraft/class_1799;Lnet/minecraft/class_1799;)V
ARG 1 originalItem
ARG 2 newItem
METHOD method_7670 onQuickTransfer (Lnet/minecraft/class_1799;Lnet/minecraft/class_1799;)V
ARG 1 newItem
ARG 2 original
METHOD method_7671 takeStack (I)Lnet/minecraft/class_1799;
ARG 1 amount
METHOD method_7672 onTake (I)V
Expand Down

0 comments on commit c109973

Please sign in to comment.