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

33 lines
800 B
Plaintext

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