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) |
public NetHandlerLoginClient(NetworkManager networkManagerIn, Minecraft mcIn, @Nullable GuiScreen previousScreenIn)
public void handleEncryptionRequest(SPacketEncryptionRequest packetIn)
handleEncryptionRequest
in interface INetHandlerLoginClient
public void handleLoginSuccess(SPacketLoginSuccess packetIn)
handleLoginSuccess
in interface INetHandlerLoginClient
public void onDisconnect(ITextComponent reason)
onDisconnect
in interface INetHandler
public void handleDisconnect(SPacketDisconnect packetIn)
handleDisconnect
in interface INetHandlerLoginClient
public void handleEnableCompression(SPacketEnableCompression packetIn)
handleEnableCompression
in interface INetHandlerLoginClient