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

60 lines
1.4 KiB
Plaintext

CLASS bge net/minecraft/village/TraderRecipe
FIELD a firstBuyItem Lbbu;
FIELD b secondBuyItem Lbbu;
FIELD c sellItem Lbbu;
FIELD d uses I
FIELD e maxUses I
FIELD f rewardExp Z
FIELD g tax I
FIELD h demandBonus I
FIELD i priceMultiplier F
FIELD j rewardedExp I
METHOD <init> (Lbbu;Lbbu;IIF)V
ARG 1 buyItem
ARG 2 sellItem
ARG 3 maxUses
ARG 4 rewardedExp
ARG 5 priceMultiplier
METHOD <init> (Lbbu;Lbbu;Lbbu;IIF)V
ARG 1 firstBuyItem
ARG 2 secondBuyItem
ARG 3 sellItem
ARG 4 maxUses
ARG 5 rewardedExp
ARG 6 priceMultiplier
METHOD <init> (Lbbu;Lbbu;Lbbu;IIIF)V
ARG 1 firstBuyItem
ARG 2 secondBuyItem
ARG 3 sellItem
ARG 4 uses
ARG 5 maxUses
ARG 6 rewardedExp
ARG 7 priceMultiplier
METHOD a getFirstBuyItem ()Lbbu;
METHOD a increaseTax (I)V
METHOD a matchesBuyItems (Lbbu;Lbbu;)Z
ARG 1 first
ARG 2 second
METHOD b getDiscountedFirstBuyItem ()Lbbu;
METHOD b setTax (I)V
METHOD b depleteBuyItems (Lbbu;Lbbu;)Z
METHOD c getSecondBuyItem ()Lbbu;
METHOD c acceptsBuy (Lbbu;Lbbu;)Z
ARG 1 given
ARG 2 sample
METHOD d getModifiableSellItem ()Lbbu;
METHOD e updatePriceOnDemand ()V
METHOD f getSellItem ()Lbbu;
METHOD g getUses ()I
METHOD h resetUses ()V
METHOD i getMaxUses ()I
METHOD j use ()V
METHOD k clearTax ()V
METHOD l getTax ()I
METHOD m getPriceMultiplier ()F
METHOD n getRewardedExp ()I
METHOD o isDisabled ()Z
METHOD p clearUses ()V
METHOD q shouldRewardExp ()Z
METHOD r toTag ()Lib;