PocketMine-MP 5.24.1 git-39e69276a1bbe86ebd583e834381e5bc73948564
|
Public Member Functions | |
__construct (private RecipeIngredient $input, private RecipeIngredient $ingredient, private Item $output) | |
getIngredient () | |
getInput () | |
getOutput () | |
getResultFor (Item $input) | |
Definition at line 28 of file src/crafting/PotionTypeRecipe.php.
pocketmine\crafting\PotionTypeRecipe::__construct | ( | private RecipeIngredient | $input, |
private RecipeIngredient | $ingredient, | ||
private Item | $output ) |
Definition at line 30 of file src/crafting/PotionTypeRecipe.php.
pocketmine\crafting\PotionTypeRecipe::getIngredient | ( | ) |
Definition at line 42 of file src/crafting/PotionTypeRecipe.php.
pocketmine\crafting\PotionTypeRecipe::getInput | ( | ) |
Definition at line 38 of file src/crafting/PotionTypeRecipe.php.
pocketmine\crafting\PotionTypeRecipe::getOutput | ( | ) |
Definition at line 46 of file src/crafting/PotionTypeRecipe.php.
pocketmine\crafting\PotionTypeRecipe::getResultFor | ( | Item | $input | ) |
Implements pocketmine\crafting\BrewingRecipe.
Definition at line 50 of file src/crafting/PotionTypeRecipe.php.