Package net.minecraft.network.listener
Interface ServerLoginPacketListener
- All Superinterfaces:
PacketListener
,ServerCrashSafePacketListener
,ServerPacketListener
- All Known Implementing Classes:
ServerLoginNetworkHandler
- Mappings:
Namespace Name official afs
intermediary net/minecraft/class_2911
named net/minecraft/network/listener/ServerLoginPacketListener
-
Method Summary
Modifier and TypeMethodDescriptiondefault NetworkState
getState()
void
void
onHello
(LoginHelloC2SPacket packet) void
onKey
(LoginKeyC2SPacket packet) void
Methods inherited from interface net.minecraft.network.listener.PacketListener
accepts, addCustomCrashReportInfo, fillCrashReport, isConnectionOpen, onDisconnected
Methods inherited from interface net.minecraft.network.listener.ServerCrashSafePacketListener
shouldCrashOnException
Methods inherited from interface net.minecraft.network.listener.ServerPacketListener
getSide
-
Method Details
-
getState
- Specified by:
getState
in interfacePacketListener
- Mappings:
Namespace Name Mixin selector official b
Luo;b()Luh;
intermediary method_52280
Lnet/minecraft/class_2547;method_52280()Lnet/minecraft/class_2539;
named getState
Lnet/minecraft/network/listener/PacketListener;getState()Lnet/minecraft/network/NetworkState;
-
onHello
- Mappings:
Namespace Name Mixin selector official a
Lafs;a(Lafu;)V
intermediary method_12641
Lnet/minecraft/class_2911;method_12641(Lnet/minecraft/class_2915;)V
named onHello
Lnet/minecraft/network/listener/ServerLoginPacketListener;onHello(Lnet/minecraft/network/packet/c2s/login/LoginHelloC2SPacket;)V
-
onKey
- Mappings:
Namespace Name Mixin selector official a
Lafs;a(Lafv;)V
intermediary method_12642
Lnet/minecraft/class_2911;method_12642(Lnet/minecraft/class_2917;)V
named onKey
Lnet/minecraft/network/listener/ServerLoginPacketListener;onKey(Lnet/minecraft/network/packet/c2s/login/LoginKeyC2SPacket;)V
-
onQueryResponse
- Mappings:
Namespace Name Mixin selector official a
Lafs;a(Laft;)V
intermediary method_12640
Lnet/minecraft/class_2911;method_12640(Lnet/minecraft/class_2913;)V
named onQueryResponse
Lnet/minecraft/network/listener/ServerLoginPacketListener;onQueryResponse(Lnet/minecraft/network/packet/c2s/login/LoginQueryResponseC2SPacket;)V
-
onEnterConfiguration
- Mappings:
Namespace Name Mixin selector official a
Lafs;a(Lafw;)V
intermediary method_52289
Lnet/minecraft/class_2911;method_52289(Lnet/minecraft/class_8593;)V
named onEnterConfiguration
Lnet/minecraft/network/listener/ServerLoginPacketListener;onEnterConfiguration(Lnet/minecraft/network/packet/c2s/login/EnterConfigurationC2SPacket;)V
-