Changes
From Forge Community Wiki
21 bytes removed
, 20:44, 24 October 2020
mLine 5:
Line 5:
There are a variety of techniques provided by Forge to facilitate communication - mostly built on top of [https://netty.io netty].
There are a variety of techniques provided by Forge to facilitate communication - mostly built on top of [https://netty.io netty].
−
The simplest, for a new mod, would be [[latest:advanced:networking:simplechannel|SimpleImpl]], where most of the complexity of the netty system is
+
The simplest, for a new mod, would be [[Using SimpleChannel|SimpleImpl]], where most of the complexity of the netty system is
abstracted away. It uses a message and handler style system.
abstracted away. It uses a message and handler style system.