|
| static | read (ByteBufferReader $in) |
| |
Definition at line 27 of file ItemStackRequest.php.
◆ __construct()
| pocketmine\network\mcpe\protocol\types\inventory\stackrequest\ItemStackRequest::__construct |
( |
private int | $requestId, |
|
|
private array | $actions, |
|
|
private array | $filterStrings, |
|
|
private int | $filterStringCause ) |
- Parameters
-
| ItemStackRequestAction[] | $actions | |
| string[] | $filterStrings | @phpstan-param list<string> $filterStrings |
Definition at line 33 of file ItemStackRequest.php.
◆ getActions()
| pocketmine\network\mcpe\protocol\types\inventory\stackrequest\ItemStackRequest::getActions |
( |
| ) |
|
◆ getFilterStringCause()
| pocketmine\network\mcpe\protocol\types\inventory\stackrequest\ItemStackRequest::getFilterStringCause |
( |
| ) |
|
◆ getFilterStrings()
| pocketmine\network\mcpe\protocol\types\inventory\stackrequest\ItemStackRequest::getFilterStrings |
( |
| ) |
|
◆ getRequestId()
| pocketmine\network\mcpe\protocol\types\inventory\stackrequest\ItemStackRequest::getRequestId |
( |
| ) |
|
◆ read()
| static pocketmine\network\mcpe\protocol\types\inventory\stackrequest\ItemStackRequest::read |
( |
ByteBufferReader | $in | ) |
|
|
static |
◆ write()
| pocketmine\network\mcpe\protocol\types\inventory\stackrequest\ItemStackRequest::write |
( |
ByteBufferWriter | $out | ) |
|
The documentation for this class was generated from the following file: