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

21 lines
534 B
Plaintext

CLASS aku net/minecraft/village/VillagerRecipe
FIELD a buyItem Lahf;
FIELD b secondBuyItem Lahf;
FIELD c sellItem Lahf;
FIELD d uses I
FIELD e maxUses I
FIELD f rewardExp Z
METHOD a getBuyItem ()Lahf;
METHOD a increasedMaxUses (I)V
METHOD a serialize (Lfc;)V
METHOD b getSecondBuyItem ()Lahf;
METHOD c hasSecondBuyItem ()Z
METHOD d getSellItem ()Lahf;
METHOD e getUses ()I
METHOD f getMaxUses ()I
METHOD g use ()V
METHOD h isDisabled ()Z
METHOD i clearUses ()V
METHOD j getRewardExp ()Z
METHOD k deserialize ()Lfc;