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

41 lines
927 B
Plaintext

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