PocketMine-MP 5.24.1 git-39e69276a1bbe86ebd583e834381e5bc73948564
Loading...
Searching...
No Matches
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: