Package net.minecraft.network.listener
Interface ServerLoginPacketListener
- All Superinterfaces:
class_8701,PacketListener,ServerPacketListener
- All Known Implementing Classes:
ServerLoginNetworkHandler
- Mappings:
Namespace Name official addintermediary net/minecraft/class_2911named net/minecraft/network/listener/ServerLoginPacketListener
-
Method Summary
Modifier and TypeMethodDescriptiondefault NetworkStatevoidmethod_52289(class_8593 class_8593) voidonHello(LoginHelloC2SPacket packet) voidonKey(LoginKeyC2SPacket packet) voidMethods inherited from interface net.minecraft.class_8701
method_52895Methods inherited from interface net.minecraft.network.listener.PacketListener
isConnectionOpen, method_52413, onDisconnectedMethods inherited from interface net.minecraft.network.listener.ServerPacketListener
shouldCrashOnException
-
Method Details
-
method_52280
- Specified by:
method_52280in interfacePacketListener- Mappings:
Namespace Name Mixin selector official bLsn;b()Lsg;intermediary method_52280Lnet/minecraft/class_2547;method_52280()Lnet/minecraft/class_2539;named method_52280Lnet/minecraft/network/listener/PacketListener;method_52280()Lnet/minecraft/network/NetworkState;
-
onHello
- Mappings:
Namespace Name Mixin selector official aLadd;a(Ladf;)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 aLadd;a(Ladg;)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 aLadd;a(Lade;)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
-
method_52289
- Mappings:
Namespace Name Mixin selector official aLadd;a(Ladh;)Vintermediary method_52289Lnet/minecraft/class_2911;method_52289(Lnet/minecraft/class_8593;)Vnamed method_52289Lnet/minecraft/network/listener/ServerLoginPacketListener;method_52289(Lnet/minecraft/class_8593;)V
-