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

40 lines
977 B
Plaintext

CLASS bcf net/minecraft/village/TraderRecipe
FIELD a firstBuyItem Laxt;
FIELD b secondBuyItem Laxt;
FIELD c sellItem Laxt;
FIELD d uses I
FIELD e maxUses I
FIELD f rewardExp Z
METHOD <init> (Laxt;Laxt;)V
ARG 1 buyItem
ARG 2 sellItem
METHOD <init> (Laxt;Laxt;Laxt;)V
ARG 1 firstBuyItem
ARG 2 secondBuyItem
ARG 3 sellItem
METHOD <init> (Laxt;Laxt;Laxt;II)V
ARG 1 firstBuyItem
ARG 2 secondBuyItem
ARG 3 sellItem
ARG 4 uses
ARG 5 maxUses
METHOD a getFirstBuyItem ()Laxt;
METHOD a increasedMaxUses (I)V
METHOD a matchesBuyItems (Laxt;Laxt;)Z
ARG 1 first
ARG 2 second
METHOD b getSecondBuyItem ()Laxt;
METHOD b depleteBuyItems (Laxt;Laxt;)Z
METHOD c getModifiableSellItem ()Laxt;
METHOD c acceptsBuy (Laxt;Laxt;)Z
ARG 1 given
ARG 2 sample
METHOD d getSellItem ()Laxt;
METHOD e getUses ()I
METHOD f getMaxUses ()I
METHOD g use ()V
METHOD h isDisabled ()Z
METHOD i clearUses ()V
METHOD j getRewardExp ()Z
METHOD k deserialize ()Lhv;