Interface ClientQueryPacketListener

All Superinterfaces:
class_8697, PacketListener

public interface ClientQueryPacketListener extends class_8697
Mappings:
Namespace Name
official adp
intermediary net/minecraft/class_2921
named net/minecraft/network/listener/ClientQueryPacketListener
  • Method Details

    • method_52280

      default NetworkState method_52280()
      Specified by:
      method_52280 in interface PacketListener
      Mappings:
      Namespace Name Mixin selector
      official b Lsn;b()Lsg;
      intermediary method_52280 Lnet/minecraft/class_2547;method_52280()Lnet/minecraft/class_2539;
      named method_52280 Lnet/minecraft/network/listener/PacketListener;method_52280()Lnet/minecraft/network/NetworkState;
    • onResponse

      void onResponse(QueryResponseS2CPacket packet)
      Mappings:
      Namespace Name Mixin selector
      official a Ladp;a(Ladr;)V
      intermediary method_12667 Lnet/minecraft/class_2921;method_12667(Lnet/minecraft/class_2924;)V
      named onResponse Lnet/minecraft/network/listener/ClientQueryPacketListener;onResponse(Lnet/minecraft/network/packet/s2c/query/QueryResponseS2CPacket;)V
    • onPong

      void onPong(QueryPongS2CPacket packet)
      Mappings:
      Namespace Name Mixin selector
      official a Ladp;a(Ladq;)V
      intermediary method_12666 Lnet/minecraft/class_2921;method_12666(Lnet/minecraft/class_2923;)V
      named onPong Lnet/minecraft/network/listener/ClientQueryPacketListener;onPong(Lnet/minecraft/network/packet/s2c/query/QueryPongS2CPacket;)V