Documentation

EducationSettingsPacket extends DataPacket
in package
implements ClientboundPacket

Interfaces, Classes, Traits and Enums

ClientboundPacket

Table of Contents

NETWORK_ID  = \pocketmine\network\mcpe\protocol\ProtocolInfo::EDUCATION_SETTINGS_PACKET
PID_MASK  = 0x3ff
RECIPIENT_SUBCLIENT_ID_SHIFT  = 12
SENDER_SUBCLIENT_ID_SHIFT  = 10
SUBCLIENT_ID_MASK  = 0x3
$recipientSubId  : int
$senderSubId  : int
$agentCapabilities  : EducationSettingsAgentCapabilities|null
$canResizeCodeBuilder  : bool
$codeBuilderDefaultUri  : string
$codeBuilderOverrideUri  : string|null
$codeBuilderTitle  : string
$disableLegacyTitleBar  : bool
$hasQuiz  : bool
$linkSettings  : EducationSettingsExternalLinkSettings|null
$postProcessFilter  : string
$screenshotBorderResourcePath  : string
__get()  : mixed
__set()  : void
canBeSentBeforeLogin()  : bool
canResizeCodeBuilder()  : bool
create()  : self
decode()  : void
disableLegacyTitleBar()  : bool
encode()  : void
getAgentCapabilities()  : EducationSettingsAgentCapabilities|null
getCodeBuilderDefaultUri()  : string
getCodeBuilderOverrideUri()  : string|null
getCodeBuilderTitle()  : string
getHasQuiz()  : bool
getLinkSettings()  : EducationSettingsExternalLinkSettings|null
getName()  : string
getPostProcessFilter()  : string
getScreenshotBorderResourcePath()  : 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::EDUCATION_SETTINGS_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

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(string $codeBuilderDefaultUri, string $codeBuilderTitle, bool $canResizeCodeBuilder, bool $disableLegacyTitleBar, string $postProcessFilter, string $screenshotBorderResourcePath, EducationSettingsAgentCapabilities|null $agentCapabilities, string|null $codeBuilderOverrideUri, bool $hasQuiz, EducationSettingsExternalLinkSettings|null $linkSettings) : self
Parameters
$codeBuilderDefaultUri : string
$codeBuilderTitle : string
$canResizeCodeBuilder : bool
$disableLegacyTitleBar : bool
$postProcessFilter : string
$screenshotBorderResourcePath : string
$agentCapabilities : EducationSettingsAgentCapabilities|null
$codeBuilderOverrideUri : string|null
$hasQuiz : bool
$linkSettings : EducationSettingsExternalLinkSettings|null
Tags
generate-create-func
Return values
self

getCodeBuilderOverrideUri()

public getCodeBuilderOverrideUri() : string|null
Return values
string|null

getName()

public getName() : string
Return values
string

getScreenshotBorderResourcePath()

public getScreenshotBorderResourcePath() : string
Return values
string

Search results