Expand description
A Minecraft networking library, integrated with Bevy.
Modules§
- client
- This module contains the
ClientPlugin, which handles client communication, both client-side and server-side. - packet
- Packet registration and event types.
- server
- This module contains the
ServerPlugin, which handles server-side communication.
Structs§
- Network
Plugin Pluginfor basic network functionality.- Network
Server Plugins PluginGroupfor theNetworkPluginandServerPlugin.
Enums§
- Network
Sets SystemSets for theNetworkPlugin.
Traits§
- AppNetwork
Ext - Extension trait for
Appto add network-related functionality.
Functions§
- start_
server Systemsupplier that tells theServerto start listening for connections.