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

29 lines
696 B
Plaintext

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