PocketMine-MP 5.24.1 git-39e69276a1bbe86ebd583e834381e5bc73948564
Loading...
Searching...
No Matches
pocketmine\network\mcpe\protocol\types\inventory\MismatchTransactionData Class Reference
+ Inheritance diagram for pocketmine\network\mcpe\protocol\types\inventory\MismatchTransactionData:
+ Collaboration diagram for pocketmine\network\mcpe\protocol\types\inventory\MismatchTransactionData:

Public Member Functions

 decode (PacketSerializer $stream)
 
 encode (PacketSerializer $stream)
 
 getActions ()
 
 getTypeId ()
 

Static Public Member Functions

static new ()
 

Public Attributes

const ID = InventoryTransactionPacket::TYPE_MISMATCH
 

Protected Member Functions

 decodeData (PacketSerializer $stream)
 
 encodeData (PacketSerializer $stream)
 

Protected Attributes

array $actions = []
 

Detailed Description

Definition at line 23 of file MismatchTransactionData.php.

Member Function Documentation

◆ decode()

pocketmine\network\mcpe\protocol\types\inventory\TransactionData::decode ( PacketSerializer $stream)
finalinherited
Exceptions
BinaryDataException
PacketDecodeException

Definition at line 39 of file TransactionData.php.

◆ decodeData()

pocketmine\network\mcpe\protocol\types\inventory\MismatchTransactionData::decodeData ( PacketSerializer $stream)
protected
Exceptions
BinaryDataException
PacketDecodeException

Reimplemented from pocketmine\network\mcpe\protocol\types\inventory\TransactionData.

Definition at line 28 of file MismatchTransactionData.php.

◆ encode()

pocketmine\network\mcpe\protocol\types\inventory\TransactionData::encode ( PacketSerializer $stream)
finalinherited

Definition at line 53 of file TransactionData.php.

◆ encodeData()

pocketmine\network\mcpe\protocol\types\inventory\MismatchTransactionData::encodeData ( PacketSerializer $stream)
protected

◆ getActions()

pocketmine\network\mcpe\protocol\types\inventory\TransactionData::getActions ( )
finalinherited
Returns
NetworkInventoryAction[]

Definition at line 29 of file TransactionData.php.

◆ new()

static pocketmine\network\mcpe\protocol\types\inventory\MismatchTransactionData::new ( )
static

Definition at line 38 of file MismatchTransactionData.php.

Member Data Documentation

◆ $actions

array pocketmine\network\mcpe\protocol\types\inventory\TransactionData::$actions = []
protectedinherited

Definition at line 24 of file TransactionData.php.

◆ ID

const pocketmine\network\mcpe\protocol\types\inventory\MismatchTransactionData::ID = InventoryTransactionPacket::TYPE_MISMATCH

Definition at line 26 of file MismatchTransactionData.php.


The documentation for this class was generated from the following file: