Change Slot.onStackChanged -> Slot.onQuickTransfer (#2346)

Fixes https://github.com/FabricMC/yarn/issues/1656
This commit is contained in:
Bohdan Yaroslavtsev 2021-04-24 16:17:30 +02:00 committed by GitHub
parent 7ad5228217
commit c109973ce2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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