Class ReadyS2CPacket

java.lang.Object
net.minecraft.network.packet.s2c.config.ReadyS2CPacket
All Implemented Interfaces:
Packet<ClientConfigurationPacketListener>

public class ReadyS2CPacket extends Object implements Packet<ClientConfigurationPacketListener>
Mappings:
Namespace Name
named net/minecraft/network/packet/s2c/config/ReadyS2CPacket
intermediary net/minecraft/class_8733
official aau
  • Field Details Link icon

    • INSTANCE Link icon

      public static final ReadyS2CPacket INSTANCE
      Mappings:
      Namespace Name Mixin selector
      named INSTANCE Lnet/minecraft/network/packet/s2c/config/ReadyS2CPacket;INSTANCE:Lnet/minecraft/network/packet/s2c/config/ReadyS2CPacket;
      intermediary field_48690 Lnet/minecraft/class_8733;field_48690:Lnet/minecraft/class_8733;
      official a Laau;a:Laau;
    • CODEC Link icon

      public static final PacketCodec<ByteBuf,ReadyS2CPacket> CODEC
      Mappings:
      Namespace Name Mixin selector
      named CODEC Lnet/minecraft/network/packet/s2c/config/ReadyS2CPacket;CODEC:Lnet/minecraft/network/codec/PacketCodec;
      intermediary field_48691 Lnet/minecraft/class_8733;field_48691:Lnet/minecraft/class_9139;
      official b Laau;b:Lyn;
  • Constructor Details Link icon

    • ReadyS2CPacket Link icon

      private ReadyS2CPacket()
  • Method Details Link icon

    • getPacketType Link icon

      public PacketType<ReadyS2CPacket> getPacketType()
      Specified by:
      getPacketType in interface Packet<ClientConfigurationPacketListener>
      Mappings:
      Namespace Name Mixin selector
      named getPacketType Lnet/minecraft/network/packet/Packet;getPacketType()Lnet/minecraft/network/packet/PacketType;
      intermediary method_65080 Lnet/minecraft/class_2596;method_65080()Lnet/minecraft/class_9145;
      official a Lyw;a()Lyy;
    • apply Link icon

      public void apply(ClientConfigurationPacketListener clientConfigurationPacketListener)
      Specified by:
      apply in interface Packet<ClientConfigurationPacketListener>
      Mappings:
      Namespace Name Mixin selector
      named apply Lnet/minecraft/network/packet/s2c/config/ReadyS2CPacket;apply(Lnet/minecraft/network/listener/ClientConfigurationPacketListener;)V
      intermediary method_53041 Lnet/minecraft/class_8733;method_53041(Lnet/minecraft/class_8732;)V
      official a Laau;a(Laat;)V
    • transitionsNetworkState Link icon

      public boolean transitionsNetworkState()
      Returns true if the packet signals transitioning between NetworkStates.

      Such packets cannot be bundled.

      Specified by:
      transitionsNetworkState in interface Packet<ClientConfigurationPacketListener>
      Returns:
      true if the packet signals transitioning between NetworkStates
      Mappings:
      Namespace Name Mixin selector
      named transitionsNetworkState Lnet/minecraft/network/packet/Packet;transitionsNetworkState()Z
      intermediary method_55943 Lnet/minecraft/class_2596;method_55943()Z
      official d Lyw;d()Z