PocketMine-MP 5.28.3 git-6d32ea5850fad9bbdb62b0e6bc1ba9983baba3ba
|
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.