|
PocketMine-MP 5.42.1 git-d77520d210fcb967a02bc11817ad625393c8ebc6
|
Inheritance diagram for pocketmine\crafting\PotionTypeRecipe:
Collaboration diagram for pocketmine\crafting\PotionTypeRecipe: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.