PocketMine-MP 5.18.1 git-9381fc4172e5dce4cada1cb356050c8a2ab57b94
pocketmine\network\mcpe\protocol\types\recipe\MaterialReducerRecipe Class Reference
+ Collaboration diagram for pocketmine\network\mcpe\protocol\types\recipe\MaterialReducerRecipe:

Public Member Functions

 __construct (private int $inputItemId, private int $inputItemMeta, private array $outputs)
 
 getInputItemId ()
 
 getInputItemMeta ()
 
 getOutputs ()
 

Detailed Description

Definition at line 17 of file MaterialReducerRecipe.php.

Constructor & Destructor Documentation

◆ __construct()

pocketmine\network\mcpe\protocol\types\recipe\MaterialReducerRecipe::__construct ( private int  $inputItemId,
private int  $inputItemMeta,
private array  $outputs 
)
Parameters
MaterialReducerRecipeOutput[]$outputs@phpstan-param list<MaterialReducerRecipeOutput> $outputs

Definition at line 22 of file MaterialReducerRecipe.php.

Member Function Documentation

◆ getInputItemId()

pocketmine\network\mcpe\protocol\types\recipe\MaterialReducerRecipe::getInputItemId ( )

Definition at line 28 of file MaterialReducerRecipe.php.

◆ getInputItemMeta()

pocketmine\network\mcpe\protocol\types\recipe\MaterialReducerRecipe::getInputItemMeta ( )

Definition at line 30 of file MaterialReducerRecipe.php.

◆ getOutputs()

pocketmine\network\mcpe\protocol\types\recipe\MaterialReducerRecipe::getOutputs ( )
Returns
MaterialReducerRecipeOutput[]

Definition at line 33 of file MaterialReducerRecipe.php.


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