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)
Invoked when disconnecting, the parameter is a ChatComponent describing the reason for termination
|
public NetHandlerLoginClient(NetworkManager p_i45059_1_, Minecraft mcIn, GuiScreen p_i45059_3_)
public void handleEncryptionRequest(S01PacketEncryptionRequest packetIn)
handleEncryptionRequest
in interface INetHandlerLoginClient
public void handleLoginSuccess(S02PacketLoginSuccess packetIn)
handleLoginSuccess
in interface INetHandlerLoginClient
public void onDisconnect(IChatComponent reason)
onDisconnect
in interface INetHandler
public void handleDisconnect(S00PacketDisconnect packetIn)
handleDisconnect
in interface INetHandlerLoginClient
public void handleEnableCompression(S03PacketEnableCompression packetIn)
handleEnableCompression
in interface INetHandlerLoginClient