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

42 lines
1.2 KiB
Plaintext

CLASS aiw net/minecraft/recipe/BrewingRecipeRegistry
CLASS aiw$a ItemMatcher
FIELD a item Lahd;
FIELD b metadata I
CLASS aiw$b Recipe
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
METHOD a isValidIngredient (Lahf;)Z
ARG 0 stack
METHOD a hasRecipe (Lahf;Lahf;)Z
ARG 0 input
ARG 1 ingredient
METHOD a registerItemRecipe (Laht;Laiw$a;Laht;)V
ARG 0 input
ARG 1 ingredient
ARG 2 output
METHOD a registerPotionRecipe (Laiv;Lcom/google/common/base/Predicate;Laiv;)V
ARG 0 input
ARG 1 ingredient
ARG 2 output
METHOD a registerPotionType (Laiw$a;)V
ARG 0 matcher
METHOD b isItemRecipeIngredient (Lahf;)Z
ARG 0 stack
METHOD b hasItemRecipe (Lahf;Lahf;)Z
ARG 0 input
ARG 1 ingredien
METHOD c isPotionRecipeIngredient (Lahf;)Z
ARG 0 stack
METHOD c hasPotionRecipe (Lahf;Lahf;)Z
ARG 0 input
ARG 1 ingredient
METHOD d craft (Lahf;Lahf;)Lahf;
ARG 0 input
ARG 1 ingredient