PocketMine-MP 5.23.3 git-4a4572131f27ab967701ceaaf2020cfbe26e375c
|
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.