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

127 lines
3.0 KiB
Plaintext
Raw Normal View History

2019-06-03 12:48:18 -04:00
CLASS avq net/minecraft/village/TradeOffers
CLASS avq$a SellDyedArmorFactory
FIELD a sell Lbbx;
FIELD b price I
FIELD c maxUses I
FIELD d experience I
2019-06-03 12:48:18 -04:00
METHOD <init> (Lbbx;I)V
ARG 2 price
2019-06-03 12:48:18 -04:00
METHOD <init> (Lbbx;III)V
ARG 2 price
ARG 3 maxUses
ARG 4 experience
2019-06-03 12:48:18 -04:00
METHOD a getDye (Ljava/util/Random;)Lbba;
CLASS avq$b BuyForOneEmeraldFactory
FIELD a buy Lbbx;
FIELD b price I
FIELD c maxUses I
FIELD d experience I
FIELD e multiplier F
2019-06-03 12:48:18 -04:00
METHOD <init> (Lbhi;III)V
ARG 2 price
ARG 3 maxUses
ARG 4 experience
2019-06-03 12:48:18 -04:00
CLASS avq$c TypeAwareBuyForOneEmeraldFactory
FIELD a map Ljava/util/Map;
FIELD b count I
FIELD c maxUses I
FIELD d experience I
METHOD <init> (IIILjava/util/Map;)V
ARG 3 experience
2019-06-03 12:48:18 -04:00
CLASS avq$d EnchantBookFactory
FIELD a experience I
METHOD <init> (I)V
ARG 1 experience
2019-06-03 12:48:18 -04:00
CLASS avq$e SellEnchantedToolFactory
FIELD a tool Lbcc;
FIELD b basePrice I
FIELD c maxUses I
FIELD d experience I
FIELD e multiplier F
2019-06-03 12:48:18 -04:00
METHOD <init> (Lbbx;III)V
ARG 2 basePrice
ARG 3 maxUses
ARG 4 experience
2019-06-03 12:48:18 -04:00
METHOD <init> (Lbbx;IIIF)V
ARG 2 basePrice
ARG 3 maxUses
ARG 4 experience
ARG 5 multiplier
2019-06-03 12:48:18 -04:00
CLASS avq$f Factory
METHOD a create (Laij;Ljava/util/Random;)Lbgm;
CLASS avq$g ProcessItemFactory
FIELD a secondBuy Lbcc;
FIELD b secondCount I
FIELD c price I
2019-06-03 12:48:18 -04:00
FIELD d sell Lbcc;
FIELD e sellCount I
FIELD f maxUses I
FIELD g experience I
FIELD h multiplier F
2019-06-03 12:48:18 -04:00
METHOD <init> (Lbhi;IILbbx;III)V
ARG 2 secondCount
ARG 3 price
ARG 4 sellItem
ARG 5 sellCount
ARG 6 maxUses
ARG 7 experience
2019-06-03 12:48:18 -04:00
METHOD <init> (Lbhi;ILbbx;III)V
ARG 2 secondCount
ARG 3 sellItem
ARG 4 sellCount
ARG 5 maxUses
ARG 6 experience
2019-06-03 12:48:18 -04:00
CLASS avq$h SellItemFactory
FIELD a sell Lbcc;
FIELD b price I
FIELD c count I
FIELD d maxUses I
FIELD e experience I
FIELD f multiplier F
2019-06-03 12:48:18 -04:00
METHOD <init> (Lbcc;IIIIF)V
ARG 2 price
ARG 3 count
ARG 4 maxUses
ARG 5 experience
ARG 6 multiplier
2019-06-03 12:48:18 -04:00
CLASS avq$i SellSuspiciousStewFactory
FIELD a effect Laib;
FIELD b duration I
FIELD c experience I
FIELD d multiplier F
2019-06-03 12:48:18 -04:00
METHOD <init> (Laib;II)V
ARG 2 duration
ARG 3 experience
2019-06-03 12:48:18 -04:00
CLASS avq$j SellPotionHoldingItemFactory
FIELD a sell Lbcc;
FIELD b sellCount I
FIELD c price I
FIELD d maxUses I
FIELD e experience I
2019-06-03 12:48:18 -04:00
FIELD f secondBuy Lbbx;
FIELD g secondCount I
FIELD h priceMultiplier F
2019-06-03 12:48:18 -04:00
METHOD <init> (Lbbx;ILbbx;IIII)V
ARG 1 arrow
ARG 2 secondCount
ARG 3 tippedArrow
ARG 4 sellCount
ARG 5 price
ARG 6 maxUses
ARG 7 experience
2019-06-03 12:48:18 -04:00
CLASS avq$k SellMapFactory
FIELD a price I
FIELD b structure Ljava/lang/String;
2019-06-03 12:48:18 -04:00
FIELD c iconType Lcnv$a;
FIELD d maxUses I
FIELD e experience I
2019-06-03 12:48:18 -04:00
METHOD <init> (ILjava/lang/String;Lcnv$a;II)V
ARG 1 price
ARG 2 structure
ARG 3 iconType
ARG 4 maxUses
ARG 5 experience
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;