Package net.minecraftforge.network
Class HandshakeMessages
java.lang.Object
net.minecraftforge.network.HandshakeMessages
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
(package private) static class
static class
Notifies the client of a channel mismatch on the server, so aModMismatchDisconnectedScreen
is used to notify the user of the disconnection.static class
static class
Prefixes S2CModList by sending additional data about the mods installed on the server to the client The mod data is stored as follows: [modId -> [modName, modVersion]]static class
Server to client "list of mods".static class
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
HandshakeMessages
public HandshakeMessages()
-