PocketMine-MP 5.21.2 git-b2aa6396c3cc2cafdd815eacc360e1ad89599899
|
Public Member Functions | |
__construct (string $input_item_name, RecipeIngredientData $ingredient, string $output_item_name) | |
Public Attributes | |
RecipeIngredientData | $ingredient |
string | $input_item_name |
string | $output_item_name |
Definition at line 26 of file PotionContainerChangeRecipeData.php.
pocketmine\crafting\json\PotionContainerChangeRecipeData::__construct | ( | string | $input_item_name, |
RecipeIngredientData | $ingredient, | ||
string | $output_item_name ) |
Definition at line 36 of file PotionContainerChangeRecipeData.php.
RecipeIngredientData pocketmine\crafting\json\PotionContainerChangeRecipeData::$ingredient |
@required
Definition at line 31 of file PotionContainerChangeRecipeData.php.
string pocketmine\crafting\json\PotionContainerChangeRecipeData::$input_item_name |
@required
Definition at line 28 of file PotionContainerChangeRecipeData.php.
string pocketmine\crafting\json\PotionContainerChangeRecipeData::$output_item_name |
@required
Definition at line 34 of file PotionContainerChangeRecipeData.php.