PocketMine-MP 5.21.2 git-b2aa6396c3cc2cafdd815eacc360e1ad89599899
|
Public Member Functions | |
__construct (RecipeIngredientData $template, RecipeIngredientData $input, RecipeIngredientData $addition, ItemStackData $output, string $block) | |
Public Attributes | |
RecipeIngredientData | $addition |
string | $block |
RecipeIngredientData | $input |
ItemStackData | $output |
RecipeIngredientData | $template |
Definition at line 26 of file SmithingTransformRecipeData.php.
pocketmine\crafting\json\SmithingTransformRecipeData::__construct | ( | RecipeIngredientData | $template, |
RecipeIngredientData | $input, | ||
RecipeIngredientData | $addition, | ||
ItemStackData | $output, | ||
string | $block ) |
Definition at line 39 of file SmithingTransformRecipeData.php.
RecipeIngredientData pocketmine\crafting\json\SmithingTransformRecipeData::$addition |
@required
Definition at line 33 of file SmithingTransformRecipeData.php.
string pocketmine\crafting\json\SmithingTransformRecipeData::$block |
@required
Definition at line 37 of file SmithingTransformRecipeData.php.
RecipeIngredientData pocketmine\crafting\json\SmithingTransformRecipeData::$input |
@required
Definition at line 31 of file SmithingTransformRecipeData.php.
ItemStackData pocketmine\crafting\json\SmithingTransformRecipeData::$output |
@required
Definition at line 35 of file SmithingTransformRecipeData.php.
RecipeIngredientData pocketmine\crafting\json\SmithingTransformRecipeData::$template |
@required
Definition at line 29 of file SmithingTransformRecipeData.php.