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

29 lines
652 B
Plaintext
Raw Normal View History

2017-04-05 07:31:24 -04:00
CLASS afb net/minecraft/container/slot/SlotVillagerOutput
FIELD a villagerInventory Laez;
FIELD b player Lacu;
FIELD c amount I
2017-04-05 07:31:24 -04:00
FIELD h villager Lakt;
METHOD <init> (Lacu;Lakt;Laez;III)V
ARG 0 player
ARG 1 villager
ARG 2 VillagerInventory
ARG 3 index
ARG 4 xPosition
ARG 5 yPosition
2017-04-05 14:11:28 -04:00
METHOD a takeStack (I)Lahf;
2017-05-13 02:02:51 -04:00
ARG 0 amount
2017-04-05 14:11:28 -04:00
METHOD a onTakeItem (Lacu;Lahf;)Lahf;
2017-05-13 02:02:51 -04:00
ARG 0 player
ARG 1 stack
2017-04-05 14:11:28 -04:00
METHOD a canInsert (Lahf;)Z
2017-05-13 02:02:51 -04:00
ARG 0 stack
2017-04-05 14:11:28 -04:00
METHOD a onCrafted (Lahf;I)V
2017-05-13 02:02:51 -04:00
ARG 0 stack
ARG 1 amount
METHOD a isValid (Laku;Lahf;Lahf;)Z
2017-05-13 02:02:51 -04:00
ARG 0 recipe
ARG 1 firstBuyItem
ARG 2 secondBuyItem
2017-04-05 14:11:28 -04:00
METHOD c onCrafted (Lahf;)V
2017-05-13 02:02:51 -04:00
ARG 0 stack