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

42 lines
1.2 KiB
Plaintext
Raw Normal View History

2017-04-05 07:31:24 -04:00
CLASS aiw net/minecraft/recipe/BrewingRecipeRegistry
CLASS aiw$a ItemMatcher
FIELD a item Lahd;
2016-08-28 10:10:46 -04:00
FIELD b metadata I
2017-04-05 07:31:24 -04:00
CLASS aiw$b Recipe
2016-08-28 10:10:46 -04:00
FIELD a input Ljava/lang/Object;
FIELD b ingredient Lcom/google/common/base/Predicate;
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_MATCHER Lcom/google/common/base/Predicate;
METHOD a registerDefaults ()V
2017-04-05 07:31:24 -04:00
METHOD a isValidIngredient (Lahf;)Z
2017-05-13 02:02:51 -04:00
ARG 0 stack
2017-04-05 07:31:24 -04:00
METHOD a hasRecipe (Lahf;Lahf;)Z
2017-05-13 02:02:51 -04:00
ARG 0 input
ARG 1 ingredient
2017-04-05 07:31:24 -04:00
METHOD a registerItemRecipe (Laht;Laiw$a;Laht;)V
2017-05-13 02:02:51 -04:00
ARG 0 input
ARG 1 ingredient
ARG 2 output
2017-04-05 07:31:24 -04:00
METHOD a registerPotionRecipe (Laiv;Lcom/google/common/base/Predicate;Laiv;)V
2017-05-13 02:02:51 -04:00
ARG 0 input
ARG 1 ingredient
ARG 2 output
2017-04-05 07:31:24 -04:00
METHOD a registerPotionType (Laiw$a;)V
2017-05-13 02:02:51 -04:00
ARG 0 matcher
2017-04-05 07:31:24 -04:00
METHOD b isItemRecipeIngredient (Lahf;)Z
2017-05-13 02:02:51 -04:00
ARG 0 stack
2017-04-05 07:31:24 -04:00
METHOD b hasItemRecipe (Lahf;Lahf;)Z
2017-05-13 02:02:51 -04:00
ARG 0 input
ARG 1 ingredien
2017-04-05 07:31:24 -04:00
METHOD c isPotionRecipeIngredient (Lahf;)Z
2017-05-13 02:02:51 -04:00
ARG 0 stack
2017-04-05 07:31:24 -04:00
METHOD c hasPotionRecipe (Lahf;Lahf;)Z
2017-05-13 02:02:51 -04:00
ARG 0 input
ARG 1 ingredient
2017-04-05 07:31:24 -04:00
METHOD d craft (Lahf;Lahf;)Lahf;
2017-05-13 02:02:51 -04:00
ARG 0 input
ARG 1 ingredient