NpcDialoguePacket
extends DataPacket
in package
implements
ClientboundPacket
Interfaces, Classes, Traits and Enums
Table of Contents
- ACTION_CLOSE = 1
- ACTION_OPEN = 0
- NETWORK_ID = \pocketmine\network\mcpe\protocol\ProtocolInfo::NPC_DIALOGUE_PACKET
- PID_MASK = 0x3ff
- RECIPIENT_SUBCLIENT_ID_SHIFT = 12
- SENDER_SUBCLIENT_ID_SHIFT = 10
- SUBCLIENT_ID_MASK = 0x3
- $recipientSubId : int
- $senderSubId : int
- $actionJson : string
- $actionType : int
- $dialogue : string
- $npcActorUniqueId : int
- $npcName : string
- $sceneName : string
- __get() : mixed
- __set() : void
- canBeSentBeforeLogin() : bool
- create() : self
- decode() : void
- encode() : void
- getActionJson() : string
- getActionType() : int
- getDialogue() : string
- getName() : string
- getNpcActorUniqueId() : int
- getNpcName() : string
- getSceneName() : 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
ACTION_CLOSE
public
mixed
ACTION_CLOSE
= 1
ACTION_OPEN
public
mixed
ACTION_OPEN
= 0
NETWORK_ID
public
mixed
NETWORK_ID
= \pocketmine\network\mcpe\protocol\ProtocolInfo::NPC_DIALOGUE_PACKET
PID_MASK
public
mixed
PID_MASK
= 0x3ff
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
$recipientSubId
public
int
$recipientSubId
= 0
$senderSubId
public
int
$senderSubId
= 0
$actionJson
private
string
$actionJson
$actionType
private
int
$actionType
$dialogue
private
string
$dialogue
$npcActorUniqueId
private
int
$npcActorUniqueId
$npcName
private
string
$npcName
$sceneName
private
string
$sceneName
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 $npcActorUniqueId, int $actionType, string $dialogue, string $sceneName, string $npcName, string $actionJson) : self
Parameters
- $npcActorUniqueId : int
- $actionType : int
- $dialogue : string
- $sceneName : string
- $npcName : string
- $actionJson : string
Tags
Return values
self —decode()
public
final decode(PacketSerializer $in) : void
Parameters
- $in : PacketSerializer
Tags
Return values
void —encode()
public
final encode(PacketSerializer $out) : void
Parameters
- $out : PacketSerializer
Return values
void —getActionJson()
public
getActionJson() : string
Return values
string —getActionType()
public
getActionType() : int
Return values
int —getDialogue()
public
getDialogue() : string
Return values
string —getName()
public
getName() : string
Return values
string —getNpcActorUniqueId()
public
getNpcActorUniqueId() : int
Return values
int —getNpcName()
public
getNpcName() : string
Return values
string —getSceneName()
public
getSceneName() : string
Return values
string —handle()
public
handle(PacketHandlerInterface $handler) : bool
Parameters
- $handler : PacketHandlerInterface
Return values
bool —pid()
public
pid() : int
Return values
int —decodeHeader()
protected
decodeHeader(PacketSerializer $in) : void
Parameters
- $in : PacketSerializer
Tags
Return values
void —decodePayload()
Decodes the packet body, without the packet ID or other generic header fields.
protected
decodePayload(PacketSerializer $in) : void
Parameters
- $in : PacketSerializer
Return values
void —encodeHeader()
protected
encodeHeader(PacketSerializer $out) : void
Parameters
- $out : PacketSerializer
Return values
void —encodePayload()
Encodes the packet body, without the packet ID or other generic header fields.
protected
encodePayload(PacketSerializer $out) : void
Parameters
- $out : PacketSerializer