Documentation

ClientboundDebugRendererPacket extends DataPacket
in package
implements ClientboundPacket

Interfaces, Classes, Traits and Enums

ClientboundPacket

Table of Contents

NETWORK_ID  = \pocketmine\network\mcpe\protocol\ProtocolInfo::CLIENTBOUND_DEBUG_RENDERER_PACKET
PID_MASK  = 0x3ff
TYPE_ADD_CUBE  = 2
TYPE_CLEAR  = 1
RECIPIENT_SUBCLIENT_ID_SHIFT  = 12
SENDER_SUBCLIENT_ID_SHIFT  = 10
SUBCLIENT_ID_MASK  = 0x3
$recipientSubId  : int
$senderSubId  : int
$alpha  : float
$blue  : float
$durationMillis  : int
$green  : float
$position  : Vector3
$red  : float
$text  : string
$type  : int
__get()  : mixed
__set()  : void
addCube()  : self
canBeSentBeforeLogin()  : bool
clear()  : self
decode()  : void
encode()  : void
getAlpha()  : float
getBlue()  : float
getDurationMillis()  : int
getGreen()  : float
getName()  : string
getPosition()  : Vector3
getRed()  : float
getText()  : string
getType()  : int
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.
base()  : self

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

addCube()

public static addCube(string $text, Vector3 $position, float $red, float $green, float $blue, float $alpha, int $durationMillis) : self
Parameters
$text : string
$position : Vector3
$red : float
$green : float
$blue : float
$alpha : float
$durationMillis : int
Return values
self

canBeSentBeforeLogin()

public canBeSentBeforeLogin() : bool
Return values
bool

getName()

public getName() : string
Return values
string

Search results