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

23 lines
596 B
Plaintext
Raw Normal View History

CLASS aou net/minecraft/village/SimpleVillager
FIELD a villagerInventory Larj;
FIELD b player Lapb;
FIELD c recipeList Layh;
FIELD d displayName Liw;
METHOD <init> (Lapb;Liw;)V
ARG 0 player
ARG 1 displayName
METHOD N_ getCurrentCustomer ()Lapb;
2018-10-26 17:53:20 -04:00
METHOD Q getNameComponent ()Liw;
METHOD a onSellingItem (Lauc;)V
2017-05-13 02:02:51 -04:00
ARG 0 stack
METHOD a useRecipe (Layg;)V
2017-05-13 02:02:51 -04:00
ARG 0 recipe
METHOD a setRecipeList (Layh;)V
2017-05-13 02:02:51 -04:00
ARG 0 recipeLIst
METHOD a_ setCurrentCustomer (Lapb;)V
2017-05-13 02:02:51 -04:00
ARG 0 currentCustomer
METHOD b_ getRecipes (Lapb;)Layh;
2017-05-13 02:02:51 -04:00
ARG 0 player
METHOD c getWorld ()Laza;
METHOD d getPos ()Leq;