Class EnterConfigurationC2SPacket

java.lang.Object
net.minecraft.network.packet.c2s.login.EnterConfigurationC2SPacket
All Implemented Interfaces:
Packet<ServerLoginPacketListener>

public class EnterConfigurationC2SPacket extends Object implements Packet<ServerLoginPacketListener>
Mappings:
Namespace Name
named net/minecraft/network/packet/c2s/login/EnterConfigurationC2SPacket
intermediary net/minecraft/class_8593
official ajc
  • Field Details Link icon

    • INSTANCE Link icon

      public static final EnterConfigurationC2SPacket INSTANCE
      Mappings:
      Namespace Name Mixin selector
      named INSTANCE Lnet/minecraft/network/packet/c2s/login/EnterConfigurationC2SPacket;INSTANCE:Lnet/minecraft/network/packet/c2s/login/EnterConfigurationC2SPacket;
      intermediary field_48252 Lnet/minecraft/class_8593;field_48252:Lnet/minecraft/class_8593;
      official a Lajc;a:Lajc;
    • CODEC Link icon

      public static final PacketCodec<ByteBuf,EnterConfigurationC2SPacket> CODEC
      Mappings:
      Namespace Name Mixin selector
      named CODEC Lnet/minecraft/network/packet/c2s/login/EnterConfigurationC2SPacket;CODEC:Lnet/minecraft/network/codec/PacketCodec;
      intermediary field_48253 Lnet/minecraft/class_8593;field_48253:Lnet/minecraft/class_9139;
      official b Lajc;b:Lyn;
  • Constructor Details Link icon

    • EnterConfigurationC2SPacket Link icon

      private EnterConfigurationC2SPacket()
  • Method Details Link icon

    • getPacketType Link icon

      public PacketType<EnterConfigurationC2SPacket> getPacketType()
      Specified by:
      getPacketType in interface Packet<ServerLoginPacketListener>
      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(ServerLoginPacketListener serverLoginPacketListener)
      Specified by:
      apply in interface Packet<ServerLoginPacketListener>
      Mappings:
      Namespace Name Mixin selector
      named apply Lnet/minecraft/network/packet/c2s/login/EnterConfigurationC2SPacket;apply(Lnet/minecraft/network/listener/ServerLoginPacketListener;)V
      intermediary method_52294 Lnet/minecraft/class_8593;method_52294(Lnet/minecraft/class_2911;)V
      official a Lajc;a(Laiy;)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<ServerLoginPacketListener>
      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