Package net.minecraft.network.login
Interface IServerLoginNetHandler
-
- All Superinterfaces:
INetHandler
- All Known Implementing Classes:
ServerLoginNetHandler
public interface IServerLoginNetHandler extends INetHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
handleCustomQueryPacket(CCustomPayloadLoginPacket p_209526_1_)
void
handleHello(CLoginStartPacket p_147316_1_)
void
handleKey(CEncryptionResponsePacket p_147315_1_)
-
Methods inherited from interface net.minecraft.network.INetHandler
getConnection, onDisconnect
-
-
-
-
Method Detail
-
handleHello
void handleHello(CLoginStartPacket p_147316_1_)
-
handleKey
void handleKey(CEncryptionResponsePacket p_147315_1_)
-
handleCustomQueryPacket
void handleCustomQueryPacket(CCustomPayloadLoginPacket p_209526_1_)
-
-