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