Package net.minecraft.network.listener
Interface ClientLoginPacketListener
- All Superinterfaces:
PacketListener
- All Known Implementing Classes:
ClientLoginNetworkHandler
- Mappings:
Namespace Name official vl
intermediary net/minecraft/class_2896
named net/minecraft/network/listener/ClientLoginPacketListener
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onCompression(LoginCompressionS2CPacket packet)
void
onDisconnect(LoginDisconnectS2CPacket packet)
void
onHello(LoginHelloS2CPacket packet)
void
onLoginSuccess(LoginSuccessS2CPacket packet)
void
onQueryRequest(LoginQueryRequestS2CPacket packet)
Methods inherited from interface net.minecraft.network.listener.PacketListener
getConnection, onDisconnected
-
Method Details
-
onHello
- Mappings:
Namespace Name Mixin selector official a
Lvl;a(Lvo;)V
intermediary method_12587
Lnet/minecraft/class_2896;method_12587(Lnet/minecraft/class_2905;)V
named onHello
Lnet/minecraft/network/listener/ClientLoginPacketListener;onHello(Lnet/minecraft/network/packet/s2c/login/LoginHelloS2CPacket;)V
-
onLoginSuccess
- Mappings:
Namespace Name Mixin selector official a
Lvl;a(Lvn;)V
intermediary method_12588
Lnet/minecraft/class_2896;method_12588(Lnet/minecraft/class_2901;)V
named onLoginSuccess
Lnet/minecraft/network/listener/ClientLoginPacketListener;onLoginSuccess(Lnet/minecraft/network/packet/s2c/login/LoginSuccessS2CPacket;)V
-
onDisconnect
- Mappings:
Namespace Name Mixin selector official a
Lvl;a(Lvq;)V
intermediary method_12584
Lnet/minecraft/class_2896;method_12584(Lnet/minecraft/class_2909;)V
named onDisconnect
Lnet/minecraft/network/listener/ClientLoginPacketListener;onDisconnect(Lnet/minecraft/network/packet/s2c/login/LoginDisconnectS2CPacket;)V
-
onCompression
- Mappings:
Namespace Name Mixin selector official a
Lvl;a(Lvp;)V
intermediary method_12585
Lnet/minecraft/class_2896;method_12585(Lnet/minecraft/class_2907;)V
named onCompression
Lnet/minecraft/network/listener/ClientLoginPacketListener;onCompression(Lnet/minecraft/network/packet/s2c/login/LoginCompressionS2CPacket;)V
-
onQueryRequest
- Mappings:
Namespace Name Mixin selector official a
Lvl;a(Lvm;)V
intermediary method_12586
Lnet/minecraft/class_2896;method_12586(Lnet/minecraft/class_2899;)V
named onQueryRequest
Lnet/minecraft/network/listener/ClientLoginPacketListener;onQueryRequest(Lnet/minecraft/network/packet/s2c/login/LoginQueryRequestS2CPacket;)V
-