Package net.minecraft.network.listener
Interface ServerCommonPacketListener
- All Superinterfaces:
PacketListener
,ServerCrashSafePacketListener
,ServerPacketListener
- All Known Subinterfaces:
ServerConfigurationPacketListener
,ServerPlayPacketListener
- All Known Implementing Classes:
ServerCommonNetworkHandler
,ServerConfigurationNetworkHandler
,ServerPlayNetworkHandler
- Mappings:
Namespace Name official xq
intermediary net/minecraft/class_8706
named net/minecraft/network/listener/ServerCommonPacketListener
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
onKeepAlive
(KeepAliveC2SPacket packet) void
onPong
(CommonPongC2SPacket packet) void
Methods inherited from interface net.minecraft.network.listener.PacketListener
accepts, addCustomCrashReportInfo, fillCrashReport, getState, isConnectionOpen, onDisconnected
Methods inherited from interface net.minecraft.network.listener.ServerCrashSafePacketListener
shouldCrashOnException
Methods inherited from interface net.minecraft.network.listener.ServerPacketListener
getSide
-
Method Details
-
onKeepAlive
- Mappings:
Namespace Name Mixin selector official a
Lxq;a(Lxt;)V
intermediary method_52393
Lnet/minecraft/class_8706;method_52393(Lnet/minecraft/class_2827;)V
named onKeepAlive
Lnet/minecraft/network/listener/ServerCommonPacketListener;onKeepAlive(Lnet/minecraft/network/packet/c2s/common/KeepAliveC2SPacket;)V
-
onPong
- Mappings:
Namespace Name Mixin selector official a
Lxq;a(Lxu;)V
intermediary method_52394
Lnet/minecraft/class_8706;method_52394(Lnet/minecraft/class_6374;)V
named onPong
Lnet/minecraft/network/listener/ServerCommonPacketListener;onPong(Lnet/minecraft/network/packet/c2s/common/CommonPongC2SPacket;)V
-
onCustomPayload
- Mappings:
Namespace Name Mixin selector official a
Lxq;a(Lxs;)V
intermediary method_52392
Lnet/minecraft/class_8706;method_52392(Lnet/minecraft/class_2817;)V
named onCustomPayload
Lnet/minecraft/network/listener/ServerCommonPacketListener;onCustomPayload(Lnet/minecraft/network/packet/c2s/common/CustomPayloadC2SPacket;)V
-
onResourcePackStatus
- Mappings:
Namespace Name Mixin selector official a
Lxq;a(Lxv;)V
intermediary method_52395
Lnet/minecraft/class_8706;method_52395(Lnet/minecraft/class_2856;)V
named onResourcePackStatus
Lnet/minecraft/network/listener/ServerCommonPacketListener;onResourcePackStatus(Lnet/minecraft/network/packet/c2s/common/ResourcePackStatusC2SPacket;)V
-
onClientOptions
- Mappings:
Namespace Name Mixin selector official a
Lxq;a(Lxr;)V
intermediary method_12069
Lnet/minecraft/class_8706;method_12069(Lnet/minecraft/class_2803;)V
named onClientOptions
Lnet/minecraft/network/listener/ServerCommonPacketListener;onClientOptions(Lnet/minecraft/network/packet/c2s/common/ClientOptionsC2SPacket;)V
-