Map demand bonus in price

Signed-off-by: liach <liach@users.noreply.github.com>
This commit is contained in:
liach 2019-03-21 08:39:01 -07:00
parent a265c803cf
commit 6e5bfaa57d
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,7 @@ CLASS bfj net/minecraft/village/TraderRecipe
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> (Lbaz;Lbaz;IIF)V
@ -42,6 +43,7 @@ CLASS bfj net/minecraft/village/TraderRecipe
ARG 1 given
ARG 2 sample
METHOD d getModifiableSellItem ()Lbaz;
METHOD e updatePriceOnDemand ()V
METHOD f getSellItem ()Lbaz;
METHOD g getUses ()I
METHOD h resetUses ()V