yarn/mappings/net/minecraft/inventory/Inventories.mapping

19 lines
404 B
Plaintext
Raw Normal View History

2019-03-27 14:35:10 -04:00
CLASS ago net/minecraft/inventory/Inventories
2019-03-20 13:56:26 -04:00
METHOD a toTag (Lib;Lfj;)Lib;
2017-05-13 02:18:40 -04:00
ARG 0 tag
ARG 1 stacks
2019-03-20 13:56:26 -04:00
METHOD a toTag (Lib;Lfj;Z)Lib;
2017-05-13 02:18:40 -04:00
ARG 0 tag
ARG 1 stacks
ARG 2 setIfEmpty
2019-03-27 14:35:10 -04:00
METHOD a removeStack (Ljava/util/List;I)Lbbp;
2017-05-13 02:02:51 -04:00
ARG 0 stacks
ARG 1 slot
2019-03-27 14:35:10 -04:00
METHOD a splitStack (Ljava/util/List;II)Lbbp;
2017-05-13 02:02:51 -04:00
ARG 0 stacks
ARG 1 slot
ARG 2 amount
2019-03-20 13:56:26 -04:00
METHOD b fromTag (Lib;Lfj;)V
2017-05-13 02:18:40 -04:00
ARG 0 tag
ARG 1 stacks