Package net.minecraft.network.listener
Interface ServerLoginPacketListener
- All Superinterfaces:
PacketListener,ServerPacketListener
- All Known Implementing Classes:
ServerLoginNetworkHandler
- Mappings:
Namespace Name official aazintermediary net/minecraft/class_2911named net/minecraft/network/listener/ServerLoginPacketListener
-
Method Summary
Modifier and TypeMethodDescriptionvoidonHello(LoginHelloC2SPacket packet) voidonKey(LoginKeyC2SPacket packet) voidMethods inherited from interface net.minecraft.network.listener.PacketListener
getConnection, onDisconnectedMethods inherited from interface net.minecraft.network.listener.ServerPacketListener
shouldCrashOnException
-
Method Details
-
onHello
- Mappings:
Namespace Name Mixin selector official aLaaz;a(Labb;)Vintermediary method_12641Lnet/minecraft/class_2911;method_12641(Lnet/minecraft/class_2915;)Vnamed onHelloLnet/minecraft/network/listener/ServerLoginPacketListener;onHello(Lnet/minecraft/network/packet/c2s/login/LoginHelloC2SPacket;)V
-
onKey
- Mappings:
Namespace Name Mixin selector official aLaaz;a(Labc;)Vintermediary method_12642Lnet/minecraft/class_2911;method_12642(Lnet/minecraft/class_2917;)Vnamed onKeyLnet/minecraft/network/listener/ServerLoginPacketListener;onKey(Lnet/minecraft/network/packet/c2s/login/LoginKeyC2SPacket;)V
-
onQueryResponse
- Mappings:
Namespace Name Mixin selector official aLaaz;a(Laba;)Vintermediary method_12640Lnet/minecraft/class_2911;method_12640(Lnet/minecraft/class_2913;)Vnamed onQueryResponseLnet/minecraft/network/listener/ServerLoginPacketListener;onQueryResponse(Lnet/minecraft/network/packet/c2s/login/LoginQueryResponseC2SPacket;)V
-