buildUpdatePackets method
- WorldState state,
- Iterable<
Channel> connected
Implementation
List<NetworkerPacket<WorldInitialized>> buildUpdatePackets(
WorldState state,
Iterable<Channel> connected,
) => buildUpdatePacketsFor(state, connected, needsUpdate);