yarn/mappings/net/minecraft/village/VillagerRecipe.mapping

29 lines
696 B
Plaintext
Raw Normal View History

2018-12-12 12:12:26 -05:00
CLASS bau net/minecraft/village/VillagerRecipe
FIELD a buyItem Lawo;
FIELD b secondBuyItem Lawo;
FIELD c sellItem Lawo;
FIELD d uses I
FIELD e maxUses I
FIELD f rewardExp Z
2018-12-12 12:22:18 -05:00
METHOD <init> (Lawo;Lawo;)V
2018-11-04 07:22:38 -05:00
ARG 1 buyItem
2018-12-12 12:22:18 -05:00
METHOD <init> (Lawo;Lawo;Lawo;)V
2018-11-04 07:22:38 -05:00
ARG 1 buyItem
ARG 2 secondBuyItem
2018-12-12 12:22:18 -05:00
METHOD <init> (Lawo;Lawo;Lawo;II)V
2018-11-04 07:22:38 -05:00
ARG 1 buyItem
ARG 2 secondBuyItem
ARG 3 sellItem
ARG 4 uses
2018-12-12 12:12:26 -05:00
METHOD a getBuyItem ()Lawo;
METHOD a increasedMaxUses (I)V
2018-12-12 12:12:26 -05:00
METHOD b getSecondBuyItem ()Lawo;
METHOD c getSellItem ()Lawo;
METHOD d getUses ()I
METHOD e getMaxUses ()I
METHOD f use ()V
METHOD g isDisabled ()Z
METHOD h clearUses ()V
METHOD i getRewardExp ()Z
METHOD j deserialize ()Lhs;