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

22 lines
593 B
Plaintext
Raw Normal View History

2018-12-12 12:12:26 -05:00
CLASS att net/minecraft/village/VillagerInventory
FIELD a villager Lbat;
2018-11-27 13:50:51 -05:00
FIELD b inventory Lfh;
2018-12-12 12:12:26 -05:00
FIELD c villagerRecipe Lbau;
FIELD d recipeIndex I
METHOD R_ getName ()Ljd;
METHOD U_ clearInv ()V
METHOD Z_ getInvSize ()I
METHOD a getInvStack (I)Lawo;
METHOD a takeInvStack (II)Lawo;
2018-11-04 07:22:38 -05:00
ARG 1 slot
2018-12-12 12:12:26 -05:00
METHOD a setInvStack (ILawo;)V
2018-11-04 07:22:38 -05:00
ARG 1 slot
2018-12-12 12:12:26 -05:00
METHOD a canPlayerUseInv (Larb;)Z
METHOD b removeInvStack (I)Lawo;
2018-12-05 09:11:37 -05:00
METHOD c isInvEmpty ()Z
METHOD d setRecipeIndex (I)V
METHOD e needRecipeUpdate (I)Z
2018-12-05 09:11:37 -05:00
METHOD h markDirty ()V
METHOD j updateRecipes ()V
2018-12-12 12:12:26 -05:00
METHOD k getVillagerRecipe ()Lbau;