PocketMine-MP 5.21.2 git-b2aa6396c3cc2cafdd815eacc360e1ad89599899
Loading...
Searching...
No Matches
pocketmine\crafting\json\SmithingTrimRecipeData Class Reference
+ Collaboration diagram for pocketmine\crafting\json\SmithingTrimRecipeData:

Public Member Functions

 __construct (RecipeIngredientData $template, RecipeIngredientData $input, RecipeIngredientData $addition, string $block)
 

Public Attributes

RecipeIngredientData $addition
 
string $block
 
RecipeIngredientData $input
 
RecipeIngredientData $template
 

Detailed Description

Definition at line 26 of file SmithingTrimRecipeData.php.

Constructor & Destructor Documentation

◆ __construct()

pocketmine\crafting\json\SmithingTrimRecipeData::__construct ( RecipeIngredientData $template,
RecipeIngredientData $input,
RecipeIngredientData $addition,
string $block )

Definition at line 37 of file SmithingTrimRecipeData.php.

Member Data Documentation

◆ $addition

RecipeIngredientData pocketmine\crafting\json\SmithingTrimRecipeData::$addition

@required

Definition at line 33 of file SmithingTrimRecipeData.php.

◆ $block

string pocketmine\crafting\json\SmithingTrimRecipeData::$block

@required

Definition at line 35 of file SmithingTrimRecipeData.php.

◆ $input

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

@required

Definition at line 31 of file SmithingTrimRecipeData.php.

◆ $template

RecipeIngredientData pocketmine\crafting\json\SmithingTrimRecipeData::$template

@required

Definition at line 29 of file SmithingTrimRecipeData.php.


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