PocketMine-MP 5.28.3 git-6d32ea5850fad9bbdb62b0e6bc1ba9983baba3ba
Loading...
Searching...
No Matches
pocketmine\crafting\json\PotionTypeRecipeData Class Reference
+ 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
 

Detailed Description

Definition at line 26 of file PotionTypeRecipeData.php.

Constructor & Destructor Documentation

◆ __construct()

pocketmine\crafting\json\PotionTypeRecipeData::__construct ( RecipeIngredientData $input,
RecipeIngredientData $ingredient,
ItemStackData $output )

Definition at line 36 of file PotionTypeRecipeData.php.

Member Data Documentation

◆ $ingredient

RecipeIngredientData pocketmine\crafting\json\PotionTypeRecipeData::$ingredient

@required

Definition at line 31 of file PotionTypeRecipeData.php.

◆ $input

RecipeIngredientData pocketmine\crafting\json\PotionTypeRecipeData::$input

@required

Definition at line 28 of file PotionTypeRecipeData.php.

◆ $output

ItemStackData pocketmine\crafting\json\PotionTypeRecipeData::$output

@required

Definition at line 34 of file PotionTypeRecipeData.php.


The documentation for this class was generated from the following file: