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

Public Member Functions

 __construct (private RecipeIngredient $input, private RecipeIngredient $ingredient, private Item $output)
 
 getIngredient ()
 
 getInput ()
 
 getOutput ()
 
 getResultFor (Item $input)
 

Detailed Description

Definition at line 28 of file src/crafting/PotionTypeRecipe.php.

Constructor & Destructor Documentation

◆ __construct()

pocketmine\crafting\PotionTypeRecipe::__construct ( private RecipeIngredient  $input,
private RecipeIngredient  $ingredient,
private Item  $output 
)

Definition at line 30 of file src/crafting/PotionTypeRecipe.php.

Member Function Documentation

◆ getIngredient()

pocketmine\crafting\PotionTypeRecipe::getIngredient ( )

Definition at line 42 of file src/crafting/PotionTypeRecipe.php.

◆ getInput()

pocketmine\crafting\PotionTypeRecipe::getInput ( )

Definition at line 38 of file src/crafting/PotionTypeRecipe.php.

◆ getOutput()

pocketmine\crafting\PotionTypeRecipe::getOutput ( )

Definition at line 46 of file src/crafting/PotionTypeRecipe.php.

◆ getResultFor()

pocketmine\crafting\PotionTypeRecipe::getResultFor ( Item  $input)

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