PocketMine-MP 5.42.1 git-d77520d210fcb967a02bc11817ad625393c8ebc6
Loading...
Searching...
No Matches
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: