Package net.minecraft.recipe
Class BrewingRecipeRegistry
java.lang.Object
net.minecraft.recipe.BrewingRecipeRegistry
- Mappings:
Namespace Name named net/minecraft/recipe/BrewingRecipeRegistryintermediary net/minecraft/class_1845official cvo
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intprivate static final List<BrewingRecipeRegistry.Recipe<Item>> private static final List<BrewingRecipeRegistry.Recipe<Potion>> private static final List<Ingredient> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ItemStackprotected static booleanhasItemRecipe(ItemStack input, ItemStack ingredient) protected static booleanhasPotionRecipe(ItemStack input, ItemStack ingredient) static booleanstatic booleanisBrewable(RegistryEntry<Potion> potion) protected static booleanisItemRecipeIngredient(ItemStack stack) protected static booleanstatic booleanisValidIngredient(ItemStack stack) static voidprivate static voidregisterItemRecipe(Item input, Item ingredient, Item output) private static voidregisterPotionRecipe(RegistryEntry<Potion> input, Item item, RegistryEntry<Potion> output) private static voidregisterPotionType(Item item)
-
Field Details
-
field_30942
public static final int field_30942- See Also:
- Mappings:
Namespace Name Mixin selector named field_30942Lnet/minecraft/recipe/BrewingRecipeRegistry;field_30942:Iintermediary field_30942Lnet/minecraft/class_1845;field_30942:Iofficial aLcvo;a:I
-
POTION_RECIPES
- Mappings:
Namespace Name Mixin selector named POTION_RECIPESLnet/minecraft/recipe/BrewingRecipeRegistry;POTION_RECIPES:Ljava/util/List;intermediary field_8956Lnet/minecraft/class_1845;field_8956:Ljava/util/List;official bLcvo;b:Ljava/util/List;
-
ITEM_RECIPES
- Mappings:
Namespace Name Mixin selector named ITEM_RECIPESLnet/minecraft/recipe/BrewingRecipeRegistry;ITEM_RECIPES:Ljava/util/List;intermediary field_8959Lnet/minecraft/class_1845;field_8959:Ljava/util/List;official cLcvo;c:Ljava/util/List;
-
POTION_TYPES
- Mappings:
Namespace Name Mixin selector named POTION_TYPESLnet/minecraft/recipe/BrewingRecipeRegistry;POTION_TYPES:Ljava/util/List;intermediary field_8957Lnet/minecraft/class_1845;field_8957:Ljava/util/List;official dLcvo;d:Ljava/util/List;
-
POTION_TYPE_PREDICATE
- Mappings:
Namespace Name Mixin selector named POTION_TYPE_PREDICATELnet/minecraft/recipe/BrewingRecipeRegistry;POTION_TYPE_PREDICATE:Ljava/util/function/Predicate;intermediary field_8958Lnet/minecraft/class_1845;field_8958:Ljava/util/function/Predicate;official eLcvo;e:Ljava/util/function/Predicate;
-
-
Constructor Details
-
BrewingRecipeRegistry
public BrewingRecipeRegistry()
-
-
Method Details
-
isValidIngredient
- Mappings:
Namespace Name Mixin selector named isValidIngredientLnet/minecraft/recipe/BrewingRecipeRegistry;isValidIngredient(Lnet/minecraft/item/ItemStack;)Zintermediary method_8077Lnet/minecraft/class_1845;method_8077(Lnet/minecraft/class_1799;)Zofficial aLcvo;a(Lcto;)Z
-
isItemRecipeIngredient
- Mappings:
Namespace Name Mixin selector named isItemRecipeIngredientLnet/minecraft/recipe/BrewingRecipeRegistry;isItemRecipeIngredient(Lnet/minecraft/item/ItemStack;)Zintermediary method_8079Lnet/minecraft/class_1845;method_8079(Lnet/minecraft/class_1799;)Zofficial bLcvo;b(Lcto;)Z
-
isPotionRecipeIngredient
- Mappings:
Namespace Name Mixin selector named isPotionRecipeIngredientLnet/minecraft/recipe/BrewingRecipeRegistry;isPotionRecipeIngredient(Lnet/minecraft/item/ItemStack;)Zintermediary method_8069Lnet/minecraft/class_1845;method_8069(Lnet/minecraft/class_1799;)Zofficial cLcvo;c(Lcto;)Z
-
isBrewable
- Mappings:
Namespace Name Mixin selector named isBrewableLnet/minecraft/recipe/BrewingRecipeRegistry;isBrewable(Lnet/minecraft/registry/entry/RegistryEntry;)Zintermediary method_20361Lnet/minecraft/class_1845;method_20361(Lnet/minecraft/class_6880;)Zofficial aLcvo;a(Lix;)Z
-
hasRecipe
- Mappings:
Namespace Name Mixin selector named hasRecipeLnet/minecraft/recipe/BrewingRecipeRegistry;hasRecipe(Lnet/minecraft/item/ItemStack;Lnet/minecraft/item/ItemStack;)Zintermediary method_8072Lnet/minecraft/class_1845;method_8072(Lnet/minecraft/class_1799;Lnet/minecraft/class_1799;)Zofficial aLcvo;a(Lcto;Lcto;)Z
-
hasItemRecipe
- Mappings:
Namespace Name Mixin selector named hasItemRecipeLnet/minecraft/recipe/BrewingRecipeRegistry;hasItemRecipe(Lnet/minecraft/item/ItemStack;Lnet/minecraft/item/ItemStack;)Zintermediary method_8070Lnet/minecraft/class_1845;method_8070(Lnet/minecraft/class_1799;Lnet/minecraft/class_1799;)Zofficial bLcvo;b(Lcto;Lcto;)Z
-
hasPotionRecipe
- Mappings:
Namespace Name Mixin selector named hasPotionRecipeLnet/minecraft/recipe/BrewingRecipeRegistry;hasPotionRecipe(Lnet/minecraft/item/ItemStack;Lnet/minecraft/item/ItemStack;)Zintermediary method_8075Lnet/minecraft/class_1845;method_8075(Lnet/minecraft/class_1799;Lnet/minecraft/class_1799;)Zofficial cLcvo;c(Lcto;Lcto;)Z
-
craft
- Mappings:
Namespace Name Mixin selector named craftLnet/minecraft/recipe/BrewingRecipeRegistry;craft(Lnet/minecraft/item/ItemStack;Lnet/minecraft/item/ItemStack;)Lnet/minecraft/item/ItemStack;intermediary method_8078Lnet/minecraft/class_1845;method_8078(Lnet/minecraft/class_1799;Lnet/minecraft/class_1799;)Lnet/minecraft/class_1799;official dLcvo;d(Lcto;Lcto;)Lcto;
-
registerDefaults
public static void registerDefaults()- Mappings:
Namespace Name Mixin selector named registerDefaultsLnet/minecraft/recipe/BrewingRecipeRegistry;registerDefaults()Vintermediary method_8076Lnet/minecraft/class_1845;method_8076()Vofficial aLcvo;a()V
-
registerItemRecipe
- Mappings:
Namespace Name Mixin selector named registerItemRecipeLnet/minecraft/recipe/BrewingRecipeRegistry;registerItemRecipe(Lnet/minecraft/item/Item;Lnet/minecraft/item/Item;Lnet/minecraft/item/Item;)Vintermediary method_8071Lnet/minecraft/class_1845;method_8071(Lnet/minecraft/class_1792;Lnet/minecraft/class_1792;Lnet/minecraft/class_1792;)Vofficial aLcvo;a(Lctj;Lctj;Lctj;)V
-
registerPotionType
- Mappings:
Namespace Name Mixin selector named registerPotionTypeLnet/minecraft/recipe/BrewingRecipeRegistry;registerPotionType(Lnet/minecraft/item/Item;)Vintermediary method_8080Lnet/minecraft/class_1845;method_8080(Lnet/minecraft/class_1792;)Vofficial aLcvo;a(Lctj;)V
-
registerPotionRecipe
private static void registerPotionRecipe(RegistryEntry<Potion> input, Item item, RegistryEntry<Potion> output) - Mappings:
Namespace Name Mixin selector named registerPotionRecipeLnet/minecraft/recipe/BrewingRecipeRegistry;registerPotionRecipe(Lnet/minecraft/registry/entry/RegistryEntry;Lnet/minecraft/item/Item;Lnet/minecraft/registry/entry/RegistryEntry;)Vintermediary method_8074Lnet/minecraft/class_1845;method_8074(Lnet/minecraft/class_6880;Lnet/minecraft/class_1792;Lnet/minecraft/class_6880;)Vofficial aLcvo;a(Lix;Lctj;Lix;)V
-