◆ decode()
| pocketmine\network\mcpe\protocol\types\inventory\TransactionData::decode |
( |
ByteBufferReader | $in | ) |
|
|
finalinherited |
◆ decodeData()
| pocketmine\network\mcpe\protocol\types\inventory\ReleaseItemTransactionData::decodeData |
( |
ByteBufferReader | $in | ) |
|
|
protected |
◆ encode()
| pocketmine\network\mcpe\protocol\types\inventory\TransactionData::encode |
( |
ByteBufferWriter | $out | ) |
|
|
finalinherited |
◆ encodeData()
| pocketmine\network\mcpe\protocol\types\inventory\ReleaseItemTransactionData::encodeData |
( |
ByteBufferWriter | $out | ) |
|
|
protected |
◆ getActions()
| pocketmine\network\mcpe\protocol\types\inventory\TransactionData::getActions |
( |
| ) |
|
|
finalinherited |
◆ getActionType()
| pocketmine\network\mcpe\protocol\types\inventory\ReleaseItemTransactionData::getActionType |
( |
| ) |
|
◆ getHeadPosition()
| pocketmine\network\mcpe\protocol\types\inventory\ReleaseItemTransactionData::getHeadPosition |
( |
| ) |
|
◆ getHotbarSlot()
| pocketmine\network\mcpe\protocol\types\inventory\ReleaseItemTransactionData::getHotbarSlot |
( |
| ) |
|
◆ getItemInHand()
| pocketmine\network\mcpe\protocol\types\inventory\ReleaseItemTransactionData::getItemInHand |
( |
| ) |
|
◆ new()
| static pocketmine\network\mcpe\protocol\types\inventory\ReleaseItemTransactionData::new |
( |
array | $actions, |
|
|
int | $actionType, |
|
|
int | $hotbarSlot, |
|
|
ItemStackWrapper | $itemInHand, |
|
|
Vector3 | $headPosition ) |
|
static |
◆ $actions
| array pocketmine\network\mcpe\protocol\types\inventory\TransactionData::$actions = [] |
|
protectedinherited |
◆ ACTION_CONSUME
| const pocketmine\network\mcpe\protocol\types\inventory\ReleaseItemTransactionData::ACTION_CONSUME = 1 |
◆ ACTION_RELEASE
| const pocketmine\network\mcpe\protocol\types\inventory\ReleaseItemTransactionData::ACTION_RELEASE = 0 |
◆ ID
| const pocketmine\network\mcpe\protocol\types\inventory\ReleaseItemTransactionData::ID = InventoryTransactionPacket::TYPE_RELEASE_ITEM |
The documentation for this class was generated from the following file: