CLASS bge net/minecraft/village/TradeOffer FIELD a firstBuyItem Lbbu; FIELD b secondBuyItem Lbbu; FIELD c sellItem Lbbu; FIELD d uses I FIELD e maxUses I FIELD f rewardingPlayerExperience Z FIELD g specialPrice I FIELD h demandBonus I FIELD i priceMultiplier F FIELD j traderExperience I METHOD (Lbbu;Lbbu;IIF)V ARG 1 buyItem ARG 2 sellItem ARG 3 maxUses ARG 4 rewardedExp ARG 5 priceMultiplier METHOD (Lbbu;Lbbu;Lbbu;IIF)V ARG 1 firstBuyItem ARG 2 secondBuyItem ARG 3 sellItem ARG 4 maxUses ARG 5 rewardedExp ARG 6 priceMultiplier METHOD (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 getOriginalFirstBuyItem ()Lbbu; METHOD a increaseSpecialPrice (I)V METHOD a matchesBuyItems (Lbbu;Lbbu;)Z ARG 1 first ARG 2 second METHOD b getAdjustedFirstBuyItem ()Lbbu; METHOD b setSpecialPrice (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 getMutableSellItem ()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 clearSpecialPrice ()V METHOD l getSpecialPrice ()I METHOD m getPriceMultiplier ()F METHOD n getTraderExperience ()I METHOD o isDisabled ()Z METHOD p clearUses ()V METHOD q shouldRewardPlayerExperience ()Z METHOD r toTag ()Lib;