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

41 lines
927 B
Plaintext

CLASS ame net/minecraft/village/VillagerRecipe
FIELD a buyItem Lain;
FIELD b secondBuyItem Lain;
FIELD c sellItem Lain;
FIELD d uses I
FIELD e maxUses I
FIELD f rewardExp Z
METHOD <init> (Lain;Lail;)V
ARG 0 buyItem
ARG 1 sellItem
METHOD <init> (Lain;Lain;)V
ARG 0 buyItem
ARG 1 sellItem
METHOD <init> (Lain;Lain;Lain;)V
ARG 0 buyItem
ARG 1 secondBuyItem
ARG 2 sellItem
METHOD <init> (Lain;Lain;Lain;II)V
ARG 0 buyItem
ARG 1 secondBuyItem
ARG 2 sellItem
ARG 3 uses
ARG 4 maxUses
METHOD <init> (Lfy;)V
ARG 0 tag
METHOD a getBuyItem ()Lain;
METHOD a increasedMaxUses (I)V
ARG 0 uses
METHOD a serialize (Lfy;)V
ARG 0 tag
METHOD b getSecondBuyItem ()Lain;
METHOD c hasSecondBuyItem ()Z
METHOD d getSellItem ()Lain;
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 ()Lfy;