Interface ClientConfigurationPacketListener

All Superinterfaces:
ClientCommonPacketListener, ClientCookieRequestPacketListener, ClientPacketListener, PacketListener
All Known Implementing Classes:
ClientConfigurationNetworkHandler

public interface ClientConfigurationPacketListener extends ClientCommonPacketListener
Mappings:
Namespace Name
official zr
intermediary net/minecraft/class_8732
named net/minecraft/network/listener/ClientConfigurationPacketListener
  • Method Details

    • getState

      default NetworkStateType getState()
      Specified by:
      getState in interface PacketListener
      Mappings:
      Namespace Name Mixin selector
      official b Luw;b()Lup;
      intermediary method_52280 Lnet/minecraft/class_2547;method_52280()Lnet/minecraft/class_2539;
      named getState Lnet/minecraft/network/listener/PacketListener;getState()Lnet/minecraft/network/NetworkStateType;
    • onReady

      void onReady(ReadyS2CPacket packet)
      Mappings:
      Namespace Name Mixin selector
      official a Lzr;a(Lzs;)V
      intermediary method_52794 Lnet/minecraft/class_8732;method_52794(Lnet/minecraft/class_8733;)V
      named onReady Lnet/minecraft/network/listener/ClientConfigurationPacketListener;onReady(Lnet/minecraft/network/packet/s2c/config/ReadyS2CPacket;)V
    • onDynamicRegistries

      void onDynamicRegistries(DynamicRegistriesS2CPacket packet)
      Mappings:
      Namespace Name Mixin selector
      official a Lzr;a(Lzt;)V
      intermediary method_52795 Lnet/minecraft/class_8732;method_52795(Lnet/minecraft/class_8734;)V
      named onDynamicRegistries Lnet/minecraft/network/listener/ClientConfigurationPacketListener;onDynamicRegistries(Lnet/minecraft/network/packet/s2c/config/DynamicRegistriesS2CPacket;)V
    • onFeatures

      void onFeatures(FeaturesS2CPacket packet)
      Mappings:
      Namespace Name Mixin selector
      official a Lzr;a(Lzu;)V
      intermediary method_52796 Lnet/minecraft/class_8732;method_52796(Lnet/minecraft/class_7832;)V
      named onFeatures Lnet/minecraft/network/listener/ClientConfigurationPacketListener;onFeatures(Lnet/minecraft/network/packet/s2c/config/FeaturesS2CPacket;)V