yarn/mappings/net/minecraft/container/slot/SlotCraftingResult.mapping

23 lines
489 B
Plaintext
Raw Normal View History

2017-06-08 10:01:49 -04:00
CLASS agm net/minecraft/container/slot/SlotCraftingResult
FIELD a craftingInv Lafw;
FIELD b player Laeb;
METHOD <init> (Laeb;Lafw;Ltt;III)V
ARG 0 player
ARG 1 craftingInv
ARG 2 inventory
ARG 3 invSlot
ARG 4 x
ARG 5 y
2017-06-08 10:01:49 -04:00
METHOD a takeStack (I)Lain;
2017-05-13 02:02:51 -04:00
ARG 0 amount
2017-06-08 10:01:49 -04:00
METHOD a onTakeItem (Laeb;Lain;)Lain;
2017-05-13 02:02:51 -04:00
ARG 0 player
ARG 1 stack
2017-06-08 10:01:49 -04:00
METHOD a canInsert (Lain;)Z
2017-05-13 02:02:51 -04:00
ARG 0 stack
2017-06-08 10:01:49 -04:00
METHOD a onCrafted (Lain;I)V
2017-05-13 02:02:51 -04:00
ARG 0 stack
ARG 1 amount
2017-06-08 10:01:49 -04:00
METHOD c onCrafted (Lain;)V
2017-05-13 02:02:51 -04:00
ARG 0 stack