Item package stuff (#1984)

* item

* Delete ItemStackHolder.mapping
This commit is contained in:
Shnupbups 2021-01-26 07:17:31 +11:00 committed by GitHub
parent ae4a1cc89b
commit 55c22445e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 8 additions and 1 deletions

View File

@ -10,3 +10,5 @@ CLASS net/minecraft/class_1755 net/minecraft/item/BucketItem
ARG 2 world
ARG 3 pos
METHOD method_7732 getEmptiedStack (Lnet/minecraft/class_1799;Lnet/minecraft/class_1657;)Lnet/minecraft/class_1799;
ARG 0 stack
ARG 1 player

View File

@ -14,3 +14,5 @@ CLASS net/minecraft/class_5537 net/minecraft/item/BundleItem
METHOD method_32757 dropAllBundledItems (Lnet/minecraft/class_1799;Lnet/minecraft/class_1657;)Z
ARG 0 stack
ARG 1 player
METHOD method_32759 removeFirstStack (Lnet/minecraft/class_1799;)Ljava/util/Optional;
ARG 0 stack

View File

@ -67,5 +67,6 @@ CLASS net/minecraft/class_1764 net/minecraft/item/CrossbowItem
ARG 1 charged
METHOD method_7784 getSoundPitch (ZLjava/util/Random;)F
ARG 0 flag
ARG 1 random
METHOD method_7785 getProjectiles (Lnet/minecraft/class_1799;)Ljava/util/List;
ARG 0 crossbow

View File

@ -123,6 +123,8 @@ CLASS net/minecraft/class_1792 net/minecraft/item/Item
ARG 1 tag
METHOD method_7861 finishUsing (Lnet/minecraft/class_1799;Lnet/minecraft/class_1937;Lnet/minecraft/class_1309;)Lnet/minecraft/class_1799;
ARG 1 stack
ARG 2 world
ARG 3 user
METHOD method_7862 getRarity (Lnet/minecraft/class_1799;)Lnet/minecraft/class_1814;
ARG 1 stack
METHOD method_7864 getName (Lnet/minecraft/class_1799;)Lnet/minecraft/class_2561;

View File

@ -119,7 +119,7 @@ CLASS net/minecraft/class_22 net/minecraft/item/map/MapState
FIELD field_130 dirty Z
FIELD field_27891 iconsDirty Z
METHOD <init> (Lnet/minecraft/class_22;Lnet/minecraft/class_1657;)V
ARG 1 player
ARG 2 player
METHOD method_111 markDirty (II)V
ARG 1 startX
ARG 2 startZ