Search
Preparing search index...
The search index is not available
n2
Options
All
Public
Public/Protected
All
Inherited
Only exported
Menu
Globals
net/packets/outgoing
PlayerTextPacket
Class PlayerTextPacket
Sent when the client sends a chat message.
Hierarchy
PlayerTextPacket
Implements
Packet
Index
Properties
propagate
text
type
Methods
read
write
Properties
propagate
propagate
:
boolean
= true
text
text
:
string
The message to send.
type
type
:
PacketType
= PacketType.PLAYERTEXT
Methods
read
read
(
buffer
:
PacketBuffer
)
:
void
Parameters
buffer:
PacketBuffer
Returns
void
write
write
(
buffer
:
PacketBuffer
)
:
void
Parameters
buffer:
PacketBuffer
Returns
void
Globals
common/http
common/logging
common/models
core
core/models
core/parsers
core/resources
net
net/crypto
net/data
net/packets/incoming
net/packets/outgoing
stdlib
updater
Player
Text
Packet
propagate
text
type
read
write
Generated using
TypeDoc
Sent when the client sends a chat message.