Interface ClientConfigurationPacketListener

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

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

    • getState

      default NetworkState getState()
      Specified by:
      getState in interface PacketListener
      Mappings:
      Namespace Name Mixin selector
      official b Lsu;b()Lsn;
      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(ReadyS2CPacket packet)
      Mappings:
      Namespace Name Mixin selector
      official a Lwp;a(Lwq;)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 Lwp;a(Lwr;)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 Lwp;a(Lws;)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