Interface ServerConfigurationPacketListener

All Superinterfaces:
PacketListener, ServerCommonPacketListener, ServerCrashSafePacketListener, ServerPacketListener
All Known Implementing Classes:
ServerConfigurationNetworkHandler

public interface ServerConfigurationPacketListener extends ServerCommonPacketListener
Mappings:
Namespace Name
official yx
intermediary net/minecraft/class_8735
named net/minecraft/network/listener/ServerConfigurationPacketListener
  • Method Details

    • getState

      default NetworkState getState()
      Specified by:
      getState in interface PacketListener
      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

      void onReady(ReadyC2SPacket packet)
      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