Crate minecrevy_net

Crate minecrevy_net 

Source
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§

NetworkPlugin
Plugin for basic network functionality.
NetworkServerPlugins
PluginGroup for the NetworkPlugin and ServerPlugin.

Enums§

NetworkSets
SystemSets for the NetworkPlugin.

Traits§

AppNetworkExt
Extension trait for App to add network-related functionality.

Functions§

start_server
System supplier that tells the Server to start listening for connections.