|
PocketMine-MP 5.42.1 git-d77520d210fcb967a02bc11817ad625393c8ebc6
|
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) |
Definition at line 24 of file vendor/pocketmine/bedrock-protocol/src/types/recipe/FurnaceRecipe.php.
| pocketmine\network\mcpe\protocol\types\recipe\FurnaceRecipe::__construct | ( | int | $typeId, |
| private int | $inputId, | ||
| private ?int | $inputMeta, | ||
| private ItemStack | $result, | ||
| private string | $blockName ) |
Definition at line 25 of file vendor/pocketmine/bedrock-protocol/src/types/recipe/FurnaceRecipe.php.
|
static |
Definition at line 51 of file vendor/pocketmine/bedrock-protocol/src/types/recipe/FurnaceRecipe.php.
| pocketmine\network\mcpe\protocol\types\recipe\FurnaceRecipe::encode | ( | ByteBufferWriter | $out | ) |
Reimplemented from pocketmine\network\mcpe\protocol\types\recipe\RecipeWithTypeId.
Definition at line 63 of file vendor/pocketmine/bedrock-protocol/src/types/recipe/FurnaceRecipe.php.
| pocketmine\network\mcpe\protocol\types\recipe\FurnaceRecipe::getBlockName | ( | ) |
Definition at line 47 of file vendor/pocketmine/bedrock-protocol/src/types/recipe/FurnaceRecipe.php.
| pocketmine\network\mcpe\protocol\types\recipe\FurnaceRecipe::getInputId | ( | ) |
Definition at line 35 of file vendor/pocketmine/bedrock-protocol/src/types/recipe/FurnaceRecipe.php.
| pocketmine\network\mcpe\protocol\types\recipe\FurnaceRecipe::getInputMeta | ( | ) |
Definition at line 39 of file vendor/pocketmine/bedrock-protocol/src/types/recipe/FurnaceRecipe.php.
| pocketmine\network\mcpe\protocol\types\recipe\FurnaceRecipe::getResult | ( | ) |
Definition at line 43 of file vendor/pocketmine/bedrock-protocol/src/types/recipe/FurnaceRecipe.php.
|
finalinherited |
Definition at line 24 of file RecipeWithTypeId.php.