ItemStack.areStacksEqual -> canCombine (#1913)

This commit is contained in:
Juuxel 2020-12-14 23:36:03 +02:00 committed by GitHub
parent 621f8a88cb
commit 5fe0222760
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ CLASS net/minecraft/class_1799 net/minecraft/item/ItemStack
ARG 2 slot
ARG 3 clickType
ARG 4 playerInventory
METHOD method_31577 areStacksEqual (Lnet/minecraft/class_1799;Lnet/minecraft/class_1799;)Z
METHOD method_31577 canCombine (Lnet/minecraft/class_1799;Lnet/minecraft/class_1799;)Z
ARG 0 stack
ARG 1 otherStack
METHOD method_31578 isItemBarVisible ()Z