Interface IClientLoginNetHandler
-
- All Superinterfaces:
INetHandler
- All Known Implementing Classes:
ClientLoginNetHandler
public interface IClientLoginNetHandler extends INetHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandleCompression(SEnableCompressionPacket p_180464_1_)voidhandleCustomQuery(SCustomPayloadLoginPacket p_209521_1_)voidhandleDisconnect(SDisconnectLoginPacket p_147388_1_)voidhandleGameProfile(SLoginSuccessPacket p_147390_1_)voidhandleHello(SEncryptionRequestPacket p_147389_1_)-
Methods inherited from interface net.minecraft.network.INetHandler
getConnection, onDisconnect
-
-
-
-
Method Detail
-
handleHello
void handleHello(SEncryptionRequestPacket p_147389_1_)
-
handleGameProfile
void handleGameProfile(SLoginSuccessPacket p_147390_1_)
-
handleDisconnect
void handleDisconnect(SDisconnectLoginPacket p_147388_1_)
-
handleCompression
void handleCompression(SEnableCompressionPacket p_180464_1_)
-
handleCustomQuery
void handleCustomQuery(SCustomPayloadLoginPacket p_209521_1_)
-
-