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

12 lines
298 B
Plaintext
Raw Normal View History

2019-04-05 12:03:47 -04:00
CLASS ayu net/minecraft/village/TraderInventory
FIELD a trader Lbga;
2019-03-20 13:56:26 -04:00
FIELD b inventory Lfj;
2019-04-05 12:03:47 -04:00
FIELD c traderRecipe Lbgb;
2018-12-12 12:12:26 -05:00
FIELD d recipeIndex I
2019-01-09 12:20:38 -05:00
METHOD c setRecipeIndex (I)V
2019-04-07 06:07:33 -04:00
ARG 1 index
2019-01-09 12:20:38 -05:00
METHOD d needRecipeUpdate (I)Z
2019-04-07 06:07:33 -04:00
ARG 1 slot
2019-01-09 12:20:38 -05:00
METHOD f updateRecipes ()V
2019-04-05 12:03:47 -04:00
METHOD g getVillagerRecipe ()Lbgb;