InventoryUtil -> Inventories (#511)

- (de)serialize -> toTag/fromTag
This commit is contained in:
Chloe Dawn 2019-03-05 20:47:19 +00:00 committed by Adrian Siekierka
parent a4ec05171d
commit 6ef156da8a
1 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,8 @@
CLASS agb net/minecraft/util/InventoryUtil
METHOD a serialize (Lhx;Lff;)Lhx;
CLASS agb net/minecraft/inventory/Inventories
METHOD a toTag (Lhx;Lff;)Lhx;
ARG 0 tag
ARG 1 stacks
METHOD a serialize (Lhx;Lff;Z)Lhx;
METHOD a toTag (Lhx;Lff;Z)Lhx;
ARG 0 tag
ARG 1 stacks
ARG 2 setIfEmpty
@ -13,6 +13,6 @@ CLASS agb net/minecraft/util/InventoryUtil
ARG 0 stacks
ARG 1 slot
ARG 2 amount
METHOD b deserialize (Lhx;Lff;)V
METHOD b fromTag (Lhx;Lff;)V
ARG 0 tag
ARG 1 stacks