PocketMine-MP 5.18.1 git-9381fc4172e5dce4cada1cb356050c8a2ab57b94
pocketmine\crafting\json\PotionContainerChangeRecipeData Class Reference
+ Collaboration diagram for pocketmine\crafting\json\PotionContainerChangeRecipeData:

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
 

Detailed Description

Definition at line 26 of file PotionContainerChangeRecipeData.php.

Constructor & Destructor Documentation

◆ __construct()

pocketmine\crafting\json\PotionContainerChangeRecipeData::__construct ( string  $input_item_name,
RecipeIngredientData  $ingredient,
string  $output_item_name 
)

Definition at line 36 of file PotionContainerChangeRecipeData.php.

Member Data Documentation

◆ $ingredient

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

@required

Definition at line 31 of file PotionContainerChangeRecipeData.php.

◆ $input_item_name

string pocketmine\crafting\json\PotionContainerChangeRecipeData::$input_item_name

@required

Definition at line 28 of file PotionContainerChangeRecipeData.php.

◆ $output_item_name

string pocketmine\crafting\json\PotionContainerChangeRecipeData::$output_item_name

@required

Definition at line 34 of file PotionContainerChangeRecipeData.php.


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