public class NetHandlerLoginClient extends java.lang.Object implements INetHandlerLoginClient
| Constructor and Description |
|---|
NetHandlerLoginClient(NetworkManager p_i45059_1_,
Minecraft mcIn,
GuiScreen p_i45059_3_) |
| Modifier and Type | Method and Description |
|---|---|
void |
handleDisconnect(S00PacketDisconnect packetIn) |
void |
handleEnableCompression(S03PacketEnableCompression packetIn) |
void |
handleEncryptionRequest(S01PacketEncryptionRequest packetIn) |
void |
handleLoginSuccess(S02PacketLoginSuccess packetIn) |
void |
onDisconnect(IChatComponent reason) |
public NetHandlerLoginClient(NetworkManager p_i45059_1_, Minecraft mcIn, GuiScreen p_i45059_3_)
public void handleEncryptionRequest(S01PacketEncryptionRequest packetIn)
handleEncryptionRequest in interface INetHandlerLoginClientpublic void handleLoginSuccess(S02PacketLoginSuccess packetIn)
handleLoginSuccess in interface INetHandlerLoginClientpublic void onDisconnect(IChatComponent reason)
onDisconnect in interface INetHandlerpublic void handleDisconnect(S00PacketDisconnect packetIn)
handleDisconnect in interface INetHandlerLoginClientpublic void handleEnableCompression(S03PacketEnableCompression packetIn)
handleEnableCompression in interface INetHandlerLoginClient