Structs§
- Config
Packet Handler - Config
Ping Event - A Bevy trigger that’s sent when our client receives a
ClientboundPing
packet in the config state. - Receive
Config Packet Event - Send
Config Packet Event - An event for sending a packet to the server while we’re in the
configuration
state.
Functions§
- emit_
receive_ config_ packet_ events - handle_
outgoing_ packets - A system that converts
SendConfigPacketEvent
events into triggers so they get received byhandle_outgoing_packets_observer
. - handle_
outgoing_ packets_ observer - process_
packet_ events