Module config

Source

Structs§

ConfigPacketHandler
ConfigPingEvent
A Bevy trigger that’s sent when our client receives a ClientboundPing packet in the config state.
ReceiveConfigPacketEvent
SendConfigPacketEvent
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 by handle_outgoing_packets_observer.
handle_outgoing_packets_observer
process_packet_events