Documentation

UpdateTradePacket extends DataPacket
in package
implements ClientboundPacket

Interfaces, Classes, Traits and Enums

ClientboundPacket

Table of Contents

NETWORK_ID  = \pocketmine\network\mcpe\protocol\ProtocolInfo::UPDATE_TRADE_PACKET
PID_MASK  = 0x3ff
RECIPIENT_SUBCLIENT_ID_SHIFT  = 12
SENDER_SUBCLIENT_ID_SHIFT  = 10
SUBCLIENT_ID_MASK  = 0x3
$displayName  : string
$isEconomyTrading  : bool
$isV2Trading  : bool
$offers  : CacheableNbt
$playerActorUniqueId  : int
$recipientSubId  : int
$senderSubId  : int
$traderActorUniqueId  : int
$tradeTier  : int
$windowId  : int
$windowSlotCount  : int
$windowType  : int
__get()  : mixed
__set()  : void
canBeSentBeforeLogin()  : bool
create()  : self
decode()  : void
encode()  : void
getName()  : string
handle()  : bool
pid()  : int
decodeHeader()  : void
decodePayload()  : void
Decodes the packet body, without the packet ID or other generic header fields.
encodeHeader()  : void
encodePayload()  : void
Encodes the packet body, without the packet ID or other generic header fields.

Constants

NETWORK_ID

public mixed NETWORK_ID = \pocketmine\network\mcpe\protocol\ProtocolInfo::UPDATE_TRADE_PACKET

RECIPIENT_SUBCLIENT_ID_SHIFT

private mixed RECIPIENT_SUBCLIENT_ID_SHIFT = 12

SENDER_SUBCLIENT_ID_SHIFT

private mixed SENDER_SUBCLIENT_ID_SHIFT = 10

SUBCLIENT_ID_MASK

private mixed SUBCLIENT_ID_MASK = 0x3

Properties

$windowType

public int $windowType = \pocketmine\network\mcpe\protocol\types\inventory\WindowTypes::TRADING

Methods

__get()

public __get(string $name) : mixed
Parameters
$name : string
Return values
mixed

__set()

public __set(string $name, mixed $value) : void
Parameters
$name : string
$value : mixed
Return values
void

canBeSentBeforeLogin()

public canBeSentBeforeLogin() : bool
Return values
bool

create()

public static create(int $windowId, int $windowType, int $windowSlotCount, int $tradeTier, int $traderActorUniqueId, int $playerActorUniqueId, string $displayName, bool $isV2Trading, bool $isEconomyTrading, CacheableNbt $offers) : self
Parameters
$windowId : int
$windowType : int
$windowSlotCount : int
$tradeTier : int
$traderActorUniqueId : int
$playerActorUniqueId : int
$displayName : string
$isV2Trading : bool
$isEconomyTrading : bool
$offers : CacheableNbt
Tags
generate-create-func
phpstan-param

CacheableNbt<\pocketmine\nbt\tag\CompoundTag> $offers

Return values
self

getName()

public getName() : string
Return values
string

Search results