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

40 lines
1.1 KiB
Plaintext

CLASS bdk net/minecraft/recipe/BrewingRecipeRegistry
CLASS bdk$a Recipe
FIELD a input Ljava/lang/Object;
FIELD b ingredient Lbdz;
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_PREDICATE Ljava/util/function/Predicate;
METHOD a registerDefaults ()V
METHOD a registerPotionType (Lbbp;)V
ARG 0 item
METHOD a registerItemRecipe (Lbbp;Lbbp;Lbbp;)V
ARG 0 input
ARG 1 ingredient
ARG 2 output
METHOD a isValidIngredient (Lbbu;)Z
ARG 0 stack
METHOD a hasRecipe (Lbbu;Lbbu;)Z
ARG 0 input
ARG 1 ingredient
METHOD a isBrewable (Lbdj;)Z
ARG 0 potion
METHOD a registerPotionRecipe (Lbdj;Lbbp;Lbdj;)V
ARG 0 input
ARG 2 output
METHOD b isItemRecipeIngredient (Lbbu;)Z
ARG 0 stack
METHOD b hasItemRecipe (Lbbu;Lbbu;)Z
ARG 0 input
ARG 1 ingredien
METHOD c isPotionRecipeIngredient (Lbbu;)Z
ARG 0 stack
METHOD c hasPotionRecipe (Lbbu;Lbbu;)Z
ARG 0 input
ARG 1 ingredient
METHOD d craft (Lbbu;Lbbu;)Lbbu;
ARG 0 input
ARG 1 ingredient