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

29 lines
696 B
Plaintext

CLASS bbm net/minecraft/village/VillagerRecipe
FIELD a buyItem Laxc;
FIELD b secondBuyItem Laxc;
FIELD c sellItem Laxc;
FIELD d uses I
FIELD e maxUses I
FIELD f rewardExp Z
METHOD <init> (Laxc;Laxc;)V
ARG 1 buyItem
METHOD <init> (Laxc;Laxc;Laxc;)V
ARG 1 buyItem
ARG 2 secondBuyItem
METHOD <init> (Laxc;Laxc;Laxc;II)V
ARG 1 buyItem
ARG 2 secondBuyItem
ARG 3 sellItem
ARG 4 uses
METHOD a getBuyItem ()Laxc;
METHOD a increasedMaxUses (I)V
METHOD b getSecondBuyItem ()Laxc;
METHOD c getSellItem ()Laxc;
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 ()Lhq;