nineMinecraft is a joke site.
nineMinecraft is in no way affiliated with Modrinth or 9minecraft. (And frankly, who wants to be affiliated with the latter?)
Networking

Networking

Mod

Universal Networking API for multiple MC versions and loaders.

Library

81 downloads
0 followers

Networking

This mod provide universal network APIs for other mods.

Other mods should include this mod in their mod files. If not, you can download standalone versions here.

Developer Usages

  • ClientNetworking.sendToServer: Send a FriendlyByteBuf/Payload to server.
  • ClientNetworking.registerReceiver: Register a handler for FriendlyByteBuf/Payload from server.
  • ServerNetworking.sendTo/sendToPlayer/sendToAll: Send a FriendlyByteBuf/Payload to specific targets.
  • ServerNetworking.registerReceiver: Register a handler for FriendlyByteBuf/Payload from server.

1.20.4-

  • Networking.createBuf: Create an empty FriendlyByteBuf.

1.20.5+

  • Networking.registerPayloadType: Register a payload type manually, usually used for C2S payloads.

External resources


Project members

IAFEnvoy

Member


Technical information

License
LGPL-3.0-only
Client side
unknown
Server side
unknown
Project ID