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

68 lines
1.8 KiB
Plaintext
Raw Normal View History

2019-04-05 12:03:47 -04:00
CLASS avf net/minecraft/village/Trades
CLASS avf$a SellDyedArmorFactory
FIELD a sell Lbbm;
FIELD b price I
FIELD c maxUses I
FIELD d experience I
2019-04-05 12:03:47 -04:00
METHOD a getDye (Ljava/util/Random;)Lbap;
CLASS avf$b BuyForOneEmeraldFactory
FIELD a buy Lbbm;
FIELD b price I
FIELD c maxUses I
FIELD d experience I
FIELD e multiplier F
2019-04-05 12:03:47 -04:00
CLASS avf$c TypeAwareBuyForOneEmeraldFactory
FIELD a map Ljava/util/Map;
FIELD b count I
FIELD c maxUses I
FIELD d experience I
2019-04-05 12:03:47 -04:00
CLASS avf$d EnchantBookFactory
FIELD a experience I
2019-04-05 12:03:47 -04:00
CLASS avf$e SellEnchantedToolFactory
FIELD a tool Lbbr;
FIELD b basePrice I
FIELD c maxUses I
FIELD d experience I
FIELD e multiplier F
2019-04-05 12:03:47 -04:00
CLASS avf$f Factory
METHOD a create (Laia;Ljava/util/Random;)Lbgb;
CLASS avf$g ProcessItemFactory
FIELD a secondBuy Lbbr;
FIELD b secondCount I
FIELD c price I
2019-04-05 12:03:47 -04:00
FIELD d sell Lbbr;
FIELD e sellCount I
FIELD f maxUses I
FIELD g experience I
FIELD h multiplier F
2019-04-05 12:03:47 -04:00
CLASS avf$h SellItemFactory
FIELD a sell Lbbr;
FIELD b price I
FIELD c count I
FIELD d maxUses I
FIELD e experience I
FIELD f multiplier F
2019-04-05 12:03:47 -04:00
CLASS avf$i SellSuspiciousStewFactory
FIELD a effect Lahs;
FIELD b duration I
FIELD c experience I
FIELD d multiplier F
2019-04-05 12:03:47 -04:00
CLASS avf$j SellPotionHoldingItemFactory
FIELD a sell Lbbr;
FIELD b sellCount I
FIELD c price I
FIELD d maxUses I
FIELD e experience I
2019-04-05 12:03:47 -04:00
FIELD f secondBuy Lbbm;
FIELD g secondCount I
FIELD h priceMultiplier F
2019-04-05 12:03:47 -04:00
CLASS avf$k SellMapFactory
FIELD a price I
FIELD b structure Ljava/lang/String;
2019-04-05 12:03:47 -04:00
FIELD c iconType Lcni$a;
FIELD d maxUses I
FIELD e experience I
FIELD a PROFESSION_TO_LEVELED_TRADE Ljava/util/Map;
FIELD b WANDERING_TRADER_TRADES Lit/unimi/dsi/fastutil/ints/Int2ObjectMap;
METHOD a copyToFastUtilMap (Lcom/google/common/collect/ImmutableMap;)Lit/unimi/dsi/fastutil/ints/Int2ObjectMap;