The event for packets send from the client to the server, cancel this to prevent the packet from being send.
CancellableEvent
readonly packet: Packet
readonly
Packet
cancel(): void
void
Cancels the event.
Returns
Inherited from
CancellableEvent.cancel
cancel
isCancelled(): boolean
boolean
If the event is cancelled or not.
CancellableEvent.isCancelled
isCancelled
Last updated 3 months ago