Package net.minecraft.network.listener
Interface ServerConfigurationPacketListener
- All Superinterfaces:
PacketListener
,ServerCommonPacketListener
,ServerCrashSafePacketListener
,ServerPacketListener
- All Known Implementing Classes:
ServerConfigurationNetworkHandler
- Mappings:
Namespace Name official yx
intermediary net/minecraft/class_8735
named net/minecraft/network/listener/ServerConfigurationPacketListener
-
Method Summary
Modifier and TypeMethodDescriptiondefault NetworkState
getState()
void
onReady
(ReadyC2SPacket packet) Methods inherited from interface net.minecraft.network.listener.PacketListener
accepts, addCustomCrashReportInfo, fillCrashReport, isConnectionOpen, onDisconnected
Methods inherited from interface net.minecraft.network.listener.ServerCommonPacketListener
onClientOptions, onCustomPayload, onKeepAlive, onPong, onResourcePackStatus
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;
-
onReady
- Mappings:
Namespace Name Mixin selector official a
Lyx;a(Lyy;)V
intermediary method_52408
Lnet/minecraft/class_8735;method_52408(Lnet/minecraft/class_8736;)V
named onReady
Lnet/minecraft/network/listener/ServerConfigurationPacketListener;onReady(Lnet/minecraft/network/packet/c2s/config/ReadyC2SPacket;)V
-