Brewing
导入相关包
It might be required for you to import the package if you encounter any issues (like casting an Array), so better be safe than sorry and add the import at the very top of the file.
方法
Removes an ItemStack to ItemStack recipe from the Brewing Stand. These are mainly potions added by mods.
Return Type: void
Removes a Potion to Potion recipe from the Brewing Stand. These are mainly the default vanilla recipes.
Return Type: void
Removes recipes from the Brewing Stand based on their Input (The ItemStack that goes in the bottom 3 slots). E.G. A water bottle in Vanilla brewing recipes
Return Type: void
Removes recipes from the Brewing Stand based on their input Potion. These are mainly the default vanilla recipes. The input potion is the potion that is in the top slot of the Brewing Stand.
Return Type: void
Removes recipes from the Brewing Stand based on their output Potion. These are mainly the default vanilla recipes.
Return Type: void