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

24 lines
919 B
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
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;