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

53 lines
1.6 KiB
Plaintext
Raw Normal View History

2016-09-12 06:08:56 -04:00
CLASS none/agg net/minecraft/recipe/BrewingRecipeRegistry
CLASS none/agg$1
METHOD a (Lnone/aer;)Z
2016-08-28 10:10:46 -04:00
ARG 0 stack
2016-09-12 06:08:56 -04:00
CLASS none/agg$a ItemMatcher
FIELD a item Lnone/aep;
2016-08-28 10:10:46 -04:00
FIELD b metadata I
2016-09-12 06:08:56 -04:00
METHOD <init> (Lnone/aep;)V
2016-08-28 10:10:46 -04:00
ARG 0 item
2016-09-12 06:08:56 -04:00
METHOD <init> (Lnone/aep;I)V
2016-08-28 10:10:46 -04:00
ARG 0 item
ARG 1 metadata
2016-09-12 06:08:56 -04:00
CLASS none/agg$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;
METHOD <init> (Ljava/lang/Object;Lcom/google/common/base/Predicate;Ljava/lang/Object;)V
ARG 0 input
ARG 1 output
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 init ()V
2016-09-12 06:08:56 -04:00
METHOD a isValidIngredient (Lnone/aer;)Z
2016-08-28 10:10:46 -04:00
ARG 0 stack
2016-09-12 06:08:56 -04:00
METHOD a hasRecipe (Lnone/aer;Lnone/aer;)Z
2016-08-28 10:10:46 -04:00
ARG 0 input
ARG 1 ingredient
2016-09-12 06:08:56 -04:00
METHOD a registerItemRecipe (Lnone/afe;Lnone/agg$a;Lnone/afe;)V
2016-08-28 10:10:46 -04:00
ARG 0 input
ARG 1 ingredient
ARG 2 output
2016-09-12 06:08:56 -04:00
METHOD a registerPotionRecipe (Lnone/agf;Lcom/google/common/base/Predicate;Lnone/agf;)V
2016-08-28 10:10:46 -04:00
ARG 0 input
ARG 1 ingredient
ARG 2 output
2016-09-12 06:08:56 -04:00
METHOD a registerPotionType (Lnone/agg$a;)V
2016-08-28 10:10:46 -04:00
ARG 0 matcher
2016-09-12 06:08:56 -04:00
METHOD b isItemRecipeIngredient (Lnone/aer;)Z
2016-08-28 10:10:46 -04:00
ARG 0 stack
2016-09-12 06:08:56 -04:00
METHOD b hasItemRecipe (Lnone/aer;Lnone/aer;)Z
2016-08-28 10:10:46 -04:00
ARG 0 input
ARG 1 ingredien
2016-09-12 06:08:56 -04:00
METHOD c isPotionRecipeIngredient (Lnone/aer;)Z
2016-08-28 10:10:46 -04:00
ARG 0 stack
2016-09-12 06:08:56 -04:00
METHOD c hasPotionRecipe (Lnone/aer;Lnone/aer;)Z
2016-08-28 10:10:46 -04:00
ARG 0 input
ARG 1 ingredient
2016-09-12 06:08:56 -04:00
METHOD d craft (Lnone/aer;Lnone/aer;)Lnone/aer;
2016-08-28 10:10:46 -04:00
ARG 0 input
ARG 1 ingredient