PacketReceiveEvent
Last updated
Gets called when a packet from the server is received. Cancel this to deny ever receiving the packet.
readonlypacket:Packet
cancel():
void
Cancels the event.
Returns
void
Inherited from
isCancelled():
boolean
Returns
boolean
If the event is cancelled or not.
Inherited from
Last updated