PocketMine-MP 5.35.1 git-e32e836dad793a3a3c8ddd8927c00e112b1e576a
|
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.