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

127 lines
3.0 KiB
Plaintext
Raw Normal View History

2019-04-18 17:01:39 -04:00
CLASS avo net/minecraft/village/TradeOffers
CLASS avo$a SellDyedArmorFactory
FIELD a sell Lbbv;
FIELD b price I
FIELD c maxUses I
FIELD d experience I
2019-04-18 17:01:39 -04:00
METHOD <init> (Lbbv;I)V
ARG 2 price
2019-04-18 17:01:39 -04:00
METHOD <init> (Lbbv;III)V
ARG 2 price
ARG 3 maxUses
ARG 4 experience
2019-04-18 17:01:39 -04:00
METHOD a getDye (Ljava/util/Random;)Lbay;
CLASS avo$b BuyForOneEmeraldFactory
FIELD a buy Lbbv;
FIELD b price I
FIELD c maxUses I
FIELD d experience I
FIELD e multiplier F
2019-04-18 17:01:39 -04:00
METHOD <init> (Lbhg;III)V
ARG 2 price
ARG 3 maxUses
ARG 4 experience
2019-04-18 17:01:39 -04:00
CLASS avo$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-04-18 17:01:39 -04:00
CLASS avo$d EnchantBookFactory
FIELD a experience I
METHOD <init> (I)V
ARG 1 experience
2019-04-18 17:01:39 -04:00
CLASS avo$e SellEnchantedToolFactory
FIELD a tool Lbca;
FIELD b basePrice I
FIELD c maxUses I
FIELD d experience I
FIELD e multiplier F
2019-04-18 17:01:39 -04:00
METHOD <init> (Lbbv;III)V
ARG 2 basePrice
ARG 3 maxUses
ARG 4 experience
2019-04-18 17:01:39 -04:00
METHOD <init> (Lbbv;IIIF)V
ARG 2 basePrice
ARG 3 maxUses
ARG 4 experience
ARG 5 multiplier
2019-04-18 17:01:39 -04:00
CLASS avo$f Factory
METHOD a create (Laif;Ljava/util/Random;)Lbgk;
CLASS avo$g ProcessItemFactory
FIELD a secondBuy Lbca;
FIELD b secondCount I
FIELD c price I
2019-04-18 17:01:39 -04:00
FIELD d sell Lbca;
FIELD e sellCount I
FIELD f maxUses I
FIELD g experience I
FIELD h multiplier F
2019-04-18 17:01:39 -04:00
METHOD <init> (Lbhg;IILbbv;III)V
ARG 2 secondCount
ARG 3 price
ARG 4 sellItem
ARG 5 sellCount
ARG 6 maxUses
ARG 7 experience
2019-04-18 17:01:39 -04:00
METHOD <init> (Lbhg;ILbbv;III)V
ARG 2 secondCount
ARG 3 sellItem
ARG 4 sellCount
ARG 5 maxUses
ARG 6 experience
2019-04-18 17:01:39 -04:00
CLASS avo$h SellItemFactory
FIELD a sell Lbca;
FIELD b price I
FIELD c count I
FIELD d maxUses I
FIELD e experience I
FIELD f multiplier F
2019-04-18 17:01:39 -04:00
METHOD <init> (Lbca;IIIIF)V
ARG 2 price
ARG 3 count
ARG 4 maxUses
ARG 5 experience
ARG 6 multiplier
2019-04-18 17:01:39 -04:00
CLASS avo$i SellSuspiciousStewFactory
FIELD a effect Lahx;
FIELD b duration I
FIELD c experience I
FIELD d multiplier F
2019-04-18 17:01:39 -04:00
METHOD <init> (Lahx;II)V
ARG 2 duration
ARG 3 experience
2019-04-18 17:01:39 -04:00
CLASS avo$j SellPotionHoldingItemFactory
FIELD a sell Lbca;
FIELD b sellCount I
FIELD c price I
FIELD d maxUses I
FIELD e experience I
2019-04-18 17:01:39 -04:00
FIELD f secondBuy Lbbv;
FIELD g secondCount I
FIELD h priceMultiplier F
2019-04-18 17:01:39 -04:00
METHOD <init> (Lbbv;ILbbv;IIII)V
ARG 1 arrow
ARG 2 secondCount
ARG 3 tippedArrow
ARG 4 sellCount
ARG 5 price
ARG 6 maxUses
ARG 7 experience
2019-04-18 17:01:39 -04:00
CLASS avo$k SellMapFactory
FIELD a price I
FIELD b structure Ljava/lang/String;
2019-04-18 17:01:39 -04:00
FIELD c iconType Lcns$a;
FIELD d maxUses I
FIELD e experience I
2019-04-18 17:01:39 -04:00
METHOD <init> (ILjava/lang/String;Lcns$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;