yarn/mappings/net/minecraft/container/MerchantContainer.mapping

23 lines
597 B
Plaintext
Raw Normal View History

2019-04-10 11:36:17 -04:00
CLASS ayy net/minecraft/container/MerchantContainer
FIELD c villager Lbgd;
FIELD d villagerInventory Layx;
FIELD e levelProgress I
FIELD f canLevel Z
2019-04-10 11:36:17 -04:00
METHOD <init> (ILavq;)V
2019-02-05 13:06:02 -05:00
ARG 1 syncId
2019-04-10 11:36:17 -04:00
METHOD <init> (ILavq;Lbgd;)V
2019-02-05 13:06:02 -05:00
ARG 1 syncId
2019-04-10 11:36:17 -04:00
METHOD a setRecipes (Lbgf;)V
METHOD a setCanLevel (Z)V
ARG 1 canLevel
2019-04-10 11:36:17 -04:00
METHOD b equals (Lbbu;Lbbu;)Z
2019-04-07 06:07:33 -04:00
ARG 1 itemStack
ARG 2 otherItemStack
2018-12-03 13:09:06 -05:00
METHOD d setRecipeIndex (I)V
METHOD e getExperience ()I
METHOD e setExperienceFromServer (I)V
METHOD f setLevelProgress (I)V
METHOD g getLevelProgress ()I
2019-04-10 11:36:17 -04:00
METHOD h getRecipes ()Lbgf;
METHOD i canLevel ()Z