Definition at line 22 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 28 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 |
( |
PacketSerializer | $in | ) |
|
|
static |
◆ write()
pocketmine\network\mcpe\protocol\types\inventory\stackrequest\ItemStackRequest::write |
( |
PacketSerializer | $out | ) |
|
The documentation for this class was generated from the following file: