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

35 lines
938 B
Plaintext
Raw Normal View History

2018-11-15 12:05:03 -05:00
CLASS ask net/minecraft/village/VillagerInventory
FIELD a villager Lazi;
2018-11-07 11:37:58 -05:00
FIELD b inventory Lfg;
2018-11-15 12:05:03 -05:00
FIELD c player Laqa;
FIELD d villagerRecipe Lazj;
FIELD e recipeIndex I
2018-11-15 12:05:03 -05:00
METHOD <init> (Laqa;Lazi;)V
2018-11-04 07:22:38 -05:00
ARG 1 player
2018-11-07 11:37:58 -05:00
METHOD O_ getName ()Liz;
METHOD P_ hasCustomName ()Z
METHOD Q_ isInvEmpty ()Z
METHOD U_ getInvSize ()I
2018-11-15 12:05:03 -05:00
METHOD a getInvStack (I)Lavf;
METHOD a takeInvStack (II)Lavf;
2018-11-04 07:22:38 -05:00
ARG 1 slot
2018-11-15 12:05:03 -05:00
METHOD a setInvStack (ILavf;)V
2018-11-04 07:22:38 -05:00
ARG 1 slot
2018-11-15 12:05:03 -05:00
METHOD a canPlayerUseInv (Laqa;)Z
METHOD b removeInvStack (I)Lavf;
2017-04-05 14:11:28 -04:00
METHOD b setInvProperty (II)V
2018-11-04 07:22:38 -05:00
ARG 1 pos
2018-11-15 12:05:03 -05:00
METHOD b isValidInvStack (ILavf;)Z
2018-11-04 07:22:38 -05:00
ARG 1 slot
2018-11-15 12:05:03 -05:00
METHOD b onInvOpen (Laqa;)V
2017-04-05 14:11:28 -04:00
METHOD c getInvProperty (I)I
2018-11-15 12:05:03 -05:00
METHOD c onInvClose (Laqa;)V
METHOD d setRecipeIndex (I)V
METHOD e needRecipeUpdate (I)Z
METHOD f getInvMaxStackAmount ()I
METHOD g markDirty ()V
2017-04-05 14:11:28 -04:00
METHOD h getInvPropertyCount ()I
METHOD i updateRecipes ()V
2018-11-15 12:05:03 -05:00
METHOD j getVillagerRecipe ()Lazj;
2017-04-05 14:11:28 -04:00
METHOD m clearInv ()V