◆ decode()
pocketmine\network\mcpe\protocol\types\inventory\TransactionData::decode |
( |
PacketSerializer | $stream | ) |
|
|
finalinherited |
◆ decodeData()
pocketmine\network\mcpe\protocol\types\inventory\ReleaseItemTransactionData::decodeData |
( |
PacketSerializer | $stream | ) |
|
|
protected |
◆ encode()
pocketmine\network\mcpe\protocol\types\inventory\TransactionData::encode |
( |
PacketSerializer | $stream | ) |
|
|
finalinherited |
◆ encodeData()
pocketmine\network\mcpe\protocol\types\inventory\ReleaseItemTransactionData::encodeData |
( |
PacketSerializer | $stream | ) |
|
|
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: