Documentation

ClientboundMapItemDataPacket extends DataPacket
in package
implements ClientboundPacket

Interfaces, Classes, Traits and Enums

ClientboundPacket

Table of Contents

BITFLAG_DECORATION_UPDATE  = 0x4
BITFLAG_MAP_CREATION  = 0x8
BITFLAG_TEXTURE_UPDATE  = 0x2
NETWORK_ID  = \pocketmine\network\mcpe\protocol\ProtocolInfo::CLIENTBOUND_MAP_ITEM_DATA_PACKET
PID_MASK  = 0x3ff
RECIPIENT_SUBCLIENT_ID_SHIFT  = 12
SENDER_SUBCLIENT_ID_SHIFT  = 10
SUBCLIENT_ID_MASK  = 0x3
$colors  : MapImage|null
$decorations  : array<string|int, mixed>
$dimensionId  : int
$isLocked  : bool
$mapId  : int
$parentMapIds  : array<string|int, mixed>
$recipientSubId  : int
$scale  : int
$senderSubId  : int
$trackedEntities  : array<string|int, mixed>
$type  : int
$xOffset  : int
$yOffset  : int
__get()  : mixed
__set()  : void
canBeSentBeforeLogin()  : bool
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

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

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

getName()

public getName() : string
Return values
string

Search results