|
PocketMine-MP 5.37.2 git-aa47b7cd412ddb171ec53c035c2bbe84199be285
|
Inheritance diagram for pocketmine\crafting\PotionContainerChangeRecipe:
Collaboration diagram for pocketmine\crafting\PotionContainerChangeRecipe:Public Member Functions | |
| __construct (private string $inputItemId, private RecipeIngredient $ingredient, private string $outputItemId) | |
| getIngredient () | |
| getInputItemId () | |
| getOutputItemId () | |
| getResultFor (Item $input) | |
Definition at line 30 of file src/crafting/PotionContainerChangeRecipe.php.
| pocketmine\crafting\PotionContainerChangeRecipe::__construct | ( | private string | $inputItemId, |
| private RecipeIngredient | $ingredient, | ||
| private string | $outputItemId ) |
Definition at line 32 of file src/crafting/PotionContainerChangeRecipe.php.
| pocketmine\crafting\PotionContainerChangeRecipe::getIngredient | ( | ) |
Definition at line 42 of file src/crafting/PotionContainerChangeRecipe.php.
| pocketmine\crafting\PotionContainerChangeRecipe::getInputItemId | ( | ) |
Definition at line 38 of file src/crafting/PotionContainerChangeRecipe.php.
| pocketmine\crafting\PotionContainerChangeRecipe::getOutputItemId | ( | ) |
Definition at line 46 of file src/crafting/PotionContainerChangeRecipe.php.
| pocketmine\crafting\PotionContainerChangeRecipe::getResultFor | ( | Item | $input | ) |
Implements pocketmine\crafting\BrewingRecipe.
Definition at line 50 of file src/crafting/PotionContainerChangeRecipe.php.