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

Public Member Functions

 __construct (int $typeId, private int $inputId, private ?int $inputMeta, private ItemStack $result, private string $blockName)
 
 encode (ByteBufferWriter $out)
 
 getBlockName ()
 
 getInputId ()
 
 getInputMeta ()
 
 getResult ()
 
 getTypeId ()
 

Static Public Member Functions

static decode (int $typeId, ByteBufferReader $in)
 

Detailed Description

Constructor & Destructor Documentation

◆ __construct()

pocketmine\network\mcpe\protocol\types\recipe\FurnaceRecipe::__construct ( int $typeId,
private int $inputId,
private ?int $inputMeta,
private ItemStack $result,
private string $blockName )

Member Function Documentation

◆ decode()

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

◆ encode()

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

◆ getBlockName()

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

◆ getInputId()

pocketmine\network\mcpe\protocol\types\recipe\FurnaceRecipe::getInputId ( )

◆ getInputMeta()

pocketmine\network\mcpe\protocol\types\recipe\FurnaceRecipe::getInputMeta ( )

◆ getResult()

pocketmine\network\mcpe\protocol\types\recipe\FurnaceRecipe::getResult ( )

◆ 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: