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

23 lines
596 B
Plaintext
Raw Normal View History

2018-10-31 12:57:21 -04:00
CLASS apk net/minecraft/village/SimpleVillager
FIELD a villagerInventory Lasb;
FIELD b player Lapr;
FIELD c recipeList Laza;
FIELD d displayName Lix;
METHOD <init> (Lapr;Lix;)V
ARG 0 player
ARG 1 displayName
2018-10-31 12:57:21 -04:00
METHOD N_ getCurrentCustomer ()Lapr;
2018-11-01 15:19:00 -04:00
METHOD Q getDisplayedName ()Lix;
2018-10-31 12:57:21 -04:00
METHOD a onSellingItem (Lauv;)V
2017-05-13 02:02:51 -04:00
ARG 0 stack
2018-10-31 12:57:21 -04:00
METHOD a useRecipe (Layz;)V
2017-05-13 02:02:51 -04:00
ARG 0 recipe
2018-10-31 12:57:21 -04:00
METHOD a setRecipeList (Laza;)V
2017-05-13 02:02:51 -04:00
ARG 0 recipeLIst
2018-10-31 12:57:21 -04:00
METHOD a_ setCurrentCustomer (Lapr;)V
2017-05-13 02:02:51 -04:00
ARG 0 currentCustomer
2018-10-31 12:57:21 -04:00
METHOD b_ getRecipes (Lapr;)Laza;
2017-05-13 02:02:51 -04:00
ARG 0 player
2018-10-31 12:57:21 -04:00
METHOD c getWorld ()Lazt;
METHOD d getPos ()Leq;