yarn/mappings/net/minecraft/util/InventoryUtils.mapping

19 lines
413 B
Plaintext
Raw Normal View History

2017-04-05 07:31:24 -04:00
CLASS sr net/minecraft/util/InventoryUtils
2017-05-13 02:18:40 -04:00
METHOD a serialize (Lfc;Lem;)Lfc;
ARG 0 tag
ARG 1 stacks
METHOD a serialize (Lfc;Lem;Z)Lfc;
ARG 0 tag
ARG 1 stacks
ARG 2 setIfEmpty
2017-04-05 07:31:24 -04:00
METHOD a removeStack (Ljava/util/List;I)Lahf;
2017-05-13 02:02:51 -04:00
ARG 0 stacks
ARG 1 slot
2017-04-05 07:31:24 -04:00
METHOD a splitStack (Ljava/util/List;II)Lahf;
2017-05-13 02:02:51 -04:00
ARG 0 stacks
ARG 1 slot
ARG 2 amount
2017-05-13 02:18:40 -04:00
METHOD b deserialize (Lfc;Lem;)V
ARG 0 tag
ARG 1 stacks