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

40 lines
1.1 KiB
Plaintext
Raw Normal View History

2019-05-07 12:05:49 -04:00
CLASS bdr net/minecraft/recipe/BrewingRecipeRegistry
CLASS bdr$a Recipe
2016-08-28 10:10:46 -04:00
FIELD a input Ljava/lang/Object;
2019-05-07 12:05:49 -04:00
FIELD b ingredient Lbeg;
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;
FIELD d POTION_TYPE_PREDICATE Ljava/util/function/Predicate;
METHOD a registerDefaults ()V
2019-05-07 12:05:49 -04:00
METHOD a registerPotionType (Lbbw;)V
ARG 0 item
2019-05-07 12:05:49 -04:00
METHOD a registerItemRecipe (Lbbw;Lbbw;Lbbw;)V
ARG 0 input
ARG 1 ingredient
ARG 2 output
2019-05-07 12:05:49 -04:00
METHOD a isValidIngredient (Lbcb;)Z
2017-05-13 02:02:51 -04:00
ARG 0 stack
2019-05-07 12:05:49 -04:00
METHOD a hasRecipe (Lbcb;Lbcb;)Z
2017-05-13 02:02:51 -04:00
ARG 0 input
ARG 1 ingredient
2019-05-07 12:05:49 -04:00
METHOD a isBrewable (Lbdq;)Z
2019-04-16 10:16:45 -04:00
ARG 0 potion
2019-05-07 12:05:49 -04:00
METHOD a registerPotionRecipe (Lbdq;Lbbw;Lbdq;)V
2017-05-13 02:02:51 -04:00
ARG 0 input
ARG 2 output
2019-05-07 12:05:49 -04:00
METHOD b isItemRecipeIngredient (Lbcb;)Z
2017-05-13 02:02:51 -04:00
ARG 0 stack
2019-05-07 12:05:49 -04:00
METHOD b hasItemRecipe (Lbcb;Lbcb;)Z
2017-05-13 02:02:51 -04:00
ARG 0 input
ARG 1 ingredien
2019-05-07 12:05:49 -04:00
METHOD c isPotionRecipeIngredient (Lbcb;)Z
2017-05-13 02:02:51 -04:00
ARG 0 stack
2019-05-07 12:05:49 -04:00
METHOD c hasPotionRecipe (Lbcb;Lbcb;)Z
2017-05-13 02:02:51 -04:00
ARG 0 input
ARG 1 ingredient
2019-05-07 12:05:49 -04:00
METHOD d craft (Lbcb;Lbcb;)Lbcb;
2017-05-13 02:02:51 -04:00
ARG 0 input
ARG 1 ingredient