PacketSendEvent
The event for packets send from the client to the server, cancel this to prevent the packet from being send.
Extends
Properties
packet
readonlypacket:Packet
Methods
cancel()
cancel():
void
Cancels the event.
Returns
void
Inherited from
isCancelled()
isCancelled():
boolean
Returns
boolean
If the event is cancelled or not.
Inherited from
Last updated