|
PocketMine-MP 5.42.1 git-d77520d210fcb967a02bc11817ad625393c8ebc6
|
Inheritance diagram for pocketmine\network\mcpe\protocol\types\inventory\stackrequest\DeprecatedCraftingResultsStackRequestAction:
Collaboration diagram for pocketmine\network\mcpe\protocol\types\inventory\stackrequest\DeprecatedCraftingResultsStackRequestAction:Public Member Functions | |
| __construct (private array $results, private int $iterations) | |
| getIterations () | |
| getResults () | |
| getTypeId () | |
| write (ByteBufferWriter $out) | |
Static Public Member Functions | |
| static | read (ByteBufferReader $in) |
Public Attributes | |
| const | ID = ItemStackRequestActionType::CRAFTING_RESULTS_DEPRECATED_ASK_TY_LAING |
Not clear what this is needed for, but it is very clearly marked as deprecated, so hopefully it'll go away before I have to write a proper description for it.
Definition at line 30 of file DeprecatedCraftingResultsStackRequestAction.php.
| pocketmine\network\mcpe\protocol\types\inventory\stackrequest\DeprecatedCraftingResultsStackRequestAction::__construct | ( | private array | $results, |
| private int | $iterations ) |
| ItemStack[] | $results |
Definition at line 38 of file DeprecatedCraftingResultsStackRequestAction.php.
| pocketmine\network\mcpe\protocol\types\inventory\stackrequest\DeprecatedCraftingResultsStackRequestAction::getIterations | ( | ) |
Definition at line 46 of file DeprecatedCraftingResultsStackRequestAction.php.
| pocketmine\network\mcpe\protocol\types\inventory\stackrequest\DeprecatedCraftingResultsStackRequestAction::getResults | ( | ) |
Definition at line 44 of file DeprecatedCraftingResultsStackRequestAction.php.
|
static |
Definition at line 48 of file DeprecatedCraftingResultsStackRequestAction.php.
| pocketmine\network\mcpe\protocol\types\inventory\stackrequest\DeprecatedCraftingResultsStackRequestAction::write | ( | ByteBufferWriter | $out | ) |
Reimplemented from pocketmine\network\mcpe\protocol\types\inventory\stackrequest\ItemStackRequestAction.
Definition at line 57 of file DeprecatedCraftingResultsStackRequestAction.php.
| const pocketmine\network\mcpe\protocol\types\inventory\stackrequest\DeprecatedCraftingResultsStackRequestAction::ID = ItemStackRequestActionType::CRAFTING_RESULTS_DEPRECATED_ASK_TY_LAING |
Definition at line 33 of file DeprecatedCraftingResultsStackRequestAction.php.