PocketMine-MP 5.42.1 git-d77520d210fcb967a02bc11817ad625393c8ebc6
Loading...
Searching...
No Matches
pocketmine\network\mcpe\protocol\types\recipe\SmithingTrimRecipe Class Reference
+ Inheritance diagram for pocketmine\network\mcpe\protocol\types\recipe\SmithingTrimRecipe:
+ Collaboration diagram for pocketmine\network\mcpe\protocol\types\recipe\SmithingTrimRecipe:

Public Member Functions

 __construct (int $typeId, private string $recipeId, private RecipeIngredient $template, private RecipeIngredient $input, private RecipeIngredient $addition, private string $blockName, private int $recipeNetId)
 
 encode (ByteBufferWriter $out)
 
 getAddition ()
 
 getBlockName ()
 
 getInput ()
 
 getRecipeId ()
 
 getRecipeNetId ()
 
 getTemplate ()
 
 getTypeId ()
 

Static Public Member Functions

static decode (int $typeId, ByteBufferReader $in)
 

Detailed Description

Definition at line 21 of file SmithingTrimRecipe.php.

Constructor & Destructor Documentation

◆ __construct()

pocketmine\network\mcpe\protocol\types\recipe\SmithingTrimRecipe::__construct ( int $typeId,
private string $recipeId,
private RecipeIngredient $template,
private RecipeIngredient $input,
private RecipeIngredient $addition,
private string $blockName,
private int $recipeNetId )

Definition at line 23 of file SmithingTrimRecipe.php.

Member Function Documentation

◆ decode()

static pocketmine\network\mcpe\protocol\types\recipe\SmithingTrimRecipe::decode ( int $typeId,
ByteBufferReader $in )
static

Definition at line 47 of file SmithingTrimRecipe.php.

◆ encode()

pocketmine\network\mcpe\protocol\types\recipe\SmithingTrimRecipe::encode ( ByteBufferWriter $out)

◆ getAddition()

pocketmine\network\mcpe\protocol\types\recipe\SmithingTrimRecipe::getAddition ( )

Definition at line 41 of file SmithingTrimRecipe.php.

◆ getBlockName()

pocketmine\network\mcpe\protocol\types\recipe\SmithingTrimRecipe::getBlockName ( )

Definition at line 43 of file SmithingTrimRecipe.php.

◆ getInput()

pocketmine\network\mcpe\protocol\types\recipe\SmithingTrimRecipe::getInput ( )

Definition at line 39 of file SmithingTrimRecipe.php.

◆ getRecipeId()

pocketmine\network\mcpe\protocol\types\recipe\SmithingTrimRecipe::getRecipeId ( )

Definition at line 35 of file SmithingTrimRecipe.php.

◆ getRecipeNetId()

pocketmine\network\mcpe\protocol\types\recipe\SmithingTrimRecipe::getRecipeNetId ( )

Definition at line 45 of file SmithingTrimRecipe.php.

◆ getTemplate()

pocketmine\network\mcpe\protocol\types\recipe\SmithingTrimRecipe::getTemplate ( )

Definition at line 37 of file SmithingTrimRecipe.php.

◆ getTypeId()

pocketmine\network\mcpe\protocol\types\recipe\RecipeWithTypeId::getTypeId ( )
finalinherited

Definition at line 24 of file RecipeWithTypeId.php.


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