Package net.minecraftforge.fml.network
Class NetworkInitialization
- java.lang.Object
-
- net.minecraftforge.fml.network.NetworkInitialization
-
class NetworkInitialization extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description NetworkInitialization()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.List<EventNetworkChannel>
buildMCRegistrationChannels()
static SimpleChannel
getHandshakeChannel()
static SimpleChannel
getPlayChannel()
-
-
-
Method Detail
-
getHandshakeChannel
public static SimpleChannel getHandshakeChannel()
-
getPlayChannel
public static SimpleChannel getPlayChannel()
-
buildMCRegistrationChannels
public static java.util.List<EventNetworkChannel> buildMCRegistrationChannels()
-
-