public class NetHandlerLoginClient extends java.lang.Object implements INetHandlerLoginClient
| Constructor and Description |
|---|
NetHandlerLoginClient(NetworkManager networkManagerIn,
Minecraft mcIn,
GuiScreen previousScreenIn) |
| Modifier and Type | Method and Description |
|---|---|
void |
handleDisconnect(SPacketDisconnect packetIn) |
void |
handleEnableCompression(SPacketEnableCompression packetIn) |
void |
handleEncryptionRequest(SPacketEncryptionRequest packetIn) |
void |
handleLoginSuccess(SPacketLoginSuccess packetIn) |
void |
onDisconnect(ITextComponent reason)
Invoked when disconnecting, the parameter is a ChatComponent describing the reason for termination
|
public NetHandlerLoginClient(NetworkManager networkManagerIn, Minecraft mcIn, GuiScreen previousScreenIn)
public void handleEncryptionRequest(SPacketEncryptionRequest packetIn)
handleEncryptionRequest in interface INetHandlerLoginClientpublic void handleLoginSuccess(SPacketLoginSuccess packetIn)
handleLoginSuccess in interface INetHandlerLoginClientpublic void onDisconnect(ITextComponent reason)
onDisconnect in interface INetHandlerpublic void handleDisconnect(SPacketDisconnect packetIn)
handleDisconnect in interface INetHandlerLoginClientpublic void handleEnableCompression(SPacketEnableCompression packetIn)
handleEnableCompression in interface INetHandlerLoginClient