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

24 lines
919 B
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
METHOD a hasRecipe (Lahf;Lahf;)Z
METHOD a registerItemRecipe (Laht;Laiw$a;Laht;)V
METHOD a registerPotionRecipe (Laiv;Lcom/google/common/base/Predicate;Laiv;)V
METHOD a registerPotionType (Laiw$a;)V
METHOD b isItemRecipeIngredient (Lahf;)Z
METHOD b hasItemRecipe (Lahf;Lahf;)Z
METHOD c isPotionRecipeIngredient (Lahf;)Z
METHOD c hasPotionRecipe (Lahf;Lahf;)Z
METHOD d craft (Lahf;Lahf;)Lahf;