PocketMine-MP 5.21.2 git-a6534ecbbbcf369264567d27e5ed70f7f5be9816
|
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.