|
PocketMine-MP 5.37.4 git-0cd9c566b2292bec4af5b9584f0e9bf38aef2dc6
|
Collaboration diagram for pocketmine\crafting\json\PotionTypeRecipeData:Public Member Functions | |
| __construct (RecipeIngredientData $input, RecipeIngredientData $ingredient, ItemStackData $output) | |
Public Attributes | |
| RecipeIngredientData | $ingredient |
| RecipeIngredientData | $input |
| ItemStackData | $output |
Definition at line 26 of file PotionTypeRecipeData.php.
| pocketmine\crafting\json\PotionTypeRecipeData::__construct | ( | RecipeIngredientData | $input, |
| RecipeIngredientData | $ingredient, | ||
| ItemStackData | $output ) |
Definition at line 36 of file PotionTypeRecipeData.php.
| RecipeIngredientData pocketmine\crafting\json\PotionTypeRecipeData::$ingredient |
@required
Definition at line 31 of file PotionTypeRecipeData.php.
| RecipeIngredientData pocketmine\crafting\json\PotionTypeRecipeData::$input |
@required
Definition at line 28 of file PotionTypeRecipeData.php.
| ItemStackData pocketmine\crafting\json\PotionTypeRecipeData::$output |
@required
Definition at line 34 of file PotionTypeRecipeData.php.