public class NetHandlerLoginClient extends java.lang.Object implements INetHandlerLoginClient
Constructor and Description |
---|
NetHandlerLoginClient(NetworkManager p_i45059_1_,
Minecraft p_i45059_2_,
GuiScreen p_i45059_3_) |
Modifier and Type | Method and Description |
---|---|
void |
handleDisconnect(S00PacketDisconnect p_147388_1_) |
void |
handleEncryptionRequest(S01PacketEncryptionRequest p_147389_1_) |
void |
handleLoginSuccess(S02PacketLoginSuccess p_147390_1_) |
void |
onConnectionStateTransition(EnumConnectionState p_147232_1_,
EnumConnectionState p_147232_2_) |
void |
onDisconnect(IChatComponent p_147231_1_) |
void |
onNetworkTick() |
public NetHandlerLoginClient(NetworkManager p_i45059_1_, Minecraft p_i45059_2_, GuiScreen p_i45059_3_)
public void handleEncryptionRequest(S01PacketEncryptionRequest p_147389_1_)
handleEncryptionRequest
in interface INetHandlerLoginClient
public void handleLoginSuccess(S02PacketLoginSuccess p_147390_1_)
handleLoginSuccess
in interface INetHandlerLoginClient
public void onDisconnect(IChatComponent p_147231_1_)
onDisconnect
in interface INetHandler
public void onConnectionStateTransition(EnumConnectionState p_147232_1_, EnumConnectionState p_147232_2_)
onConnectionStateTransition
in interface INetHandler
public void onNetworkTick()
onNetworkTick
in interface INetHandler
public void handleDisconnect(S00PacketDisconnect p_147388_1_)
handleDisconnect
in interface INetHandlerLoginClient