yarn/mappings/net/minecraft/recipe/BrewingRecipeRegistry.mapping

31 lines
842 B
Plaintext
Raw Normal View History

2018-11-29 15:10:38 -05:00
CLASS axk net/minecraft/recipe/BrewingRecipeRegistry
CLASS axk$a Recipe
2016-08-28 10:10:46 -04:00
FIELD a input Ljava/lang/Object;
2018-11-29 15:10:38 -05:00
FIELD b ingredient Laxv;
2016-08-28 10:10:46 -04:00
FIELD c output Ljava/lang/Object;
FIELD a POTION_RECIPES Ljava/util/List;
FIELD b ITEM_RECIPES Ljava/util/List;
FIELD c POTION_TYPES Ljava/util/List;
METHOD a registerDefaults ()V
2018-11-29 15:10:38 -05:00
METHOD a isValidIngredient (Lavs;)Z
2017-05-13 02:02:51 -04:00
ARG 0 stack
2018-11-29 15:10:38 -05:00
METHOD a hasRecipe (Lavs;Lavs;)Z
2017-05-13 02:02:51 -04:00
ARG 0 input
ARG 1 ingredient
2018-11-29 15:10:38 -05:00
METHOD a registerPotionRecipe (Laxj;Lavn;Laxj;)V
2017-05-13 02:02:51 -04:00
ARG 0 input
ARG 2 output
2018-11-29 15:10:38 -05:00
METHOD b isItemRecipeIngredient (Lavs;)Z
2017-05-13 02:02:51 -04:00
ARG 0 stack
2018-11-29 15:10:38 -05:00
METHOD b hasItemRecipe (Lavs;Lavs;)Z
2017-05-13 02:02:51 -04:00
ARG 0 input
ARG 1 ingredien
2018-11-29 15:10:38 -05:00
METHOD c isPotionRecipeIngredient (Lavs;)Z
2017-05-13 02:02:51 -04:00
ARG 0 stack
2018-11-29 15:10:38 -05:00
METHOD c hasPotionRecipe (Lavs;Lavs;)Z
2017-05-13 02:02:51 -04:00
ARG 0 input
ARG 1 ingredient
2018-11-29 15:10:38 -05:00
METHOD d craft (Lavs;Lavs;)Lavs;
2017-05-13 02:02:51 -04:00
ARG 0 input
ARG 1 ingredient