public class NetHandlerHandshakeMemory extends java.lang.Object implements INetHandlerHandshakeServer
Constructor and Description |
---|
NetHandlerHandshakeMemory(MinecraftServer p_i45287_1_,
NetworkManager p_i45287_2_) |
Modifier and Type | Method and Description |
---|---|
void |
onDisconnect(IChatComponent reason)
Invoked when disconnecting, the parameter is a ChatComponent describing the reason for termination
|
void |
processHandshake(C00Handshake packetIn)
There are two recognized intentions for initiating a handshake: logging in and acquiring server status.
|
public NetHandlerHandshakeMemory(MinecraftServer p_i45287_1_, NetworkManager p_i45287_2_)
public void processHandshake(C00Handshake packetIn)
processHandshake
in interface INetHandlerHandshakeServer
public void onDisconnect(IChatComponent reason)
onDisconnect
in interface INetHandler