PocketMine-MP 5.42.1 git-d77520d210fcb967a02bc11817ad625393c8ebc6
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 (ByteBufferReader $in)
 
 encode (ByteBufferWriter $out)
 
 getActions ()
 
 getTypeId ()
 

Static Public Member Functions

static new ()
 

Public Attributes

const ID = InventoryTransactionPacket::TYPE_MISMATCH
 

Protected Member Functions

 decodeData (ByteBufferReader $in)
 
 encodeData (ByteBufferWriter $out)
 

Protected Attributes

array $actions = []
 

Detailed Description

Definition at line 24 of file MismatchTransactionData.php.

Member Function Documentation

◆ decode()

pocketmine\network\mcpe\protocol\types\inventory\TransactionData::decode ( ByteBufferReader $in)
finalinherited
Exceptions
DataDecodeException
PacketDecodeException

Definition at line 41 of file TransactionData.php.

◆ decodeData()

pocketmine\network\mcpe\protocol\types\inventory\MismatchTransactionData::decodeData ( ByteBufferReader $in)
protected
Exceptions
DataDecodeException
PacketDecodeException

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

Definition at line 29 of file MismatchTransactionData.php.

◆ encode()

pocketmine\network\mcpe\protocol\types\inventory\TransactionData::encode ( ByteBufferWriter $out)
finalinherited

Definition at line 55 of file TransactionData.php.

◆ encodeData()

pocketmine\network\mcpe\protocol\types\inventory\MismatchTransactionData::encodeData ( ByteBufferWriter $out)
protected

◆ getActions()

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

Definition at line 31 of file TransactionData.php.

◆ new()

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

Definition at line 39 of file MismatchTransactionData.php.

Member Data Documentation

◆ $actions

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

Definition at line 26 of file TransactionData.php.

◆ ID

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

Definition at line 27 of file MismatchTransactionData.php.


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