Package net.minecraft

Class class_4380

java.lang.Object
net.minecraft.class_4380
All Implemented Interfaces:
Packet<ClientPlayPacketListener>

public class class_4380 extends Object implements Packet<ClientPlayPacketListener>
Mappings:
Namespace Name
official lu
intermediary net/minecraft/class_4380
named net/minecraft/class_4380
  • Field Details

    • field_21570

      private Identifier field_21570
      Mappings:
      Namespace Name Mixin selector
      official a Llu;a:Lpc;
      intermediary field_21570 Lnet/minecraft/class_4380;field_21570:Lnet/minecraft/class_1653;
      named field_21570 Lnet/minecraft/class_4380;field_21570:Lnet/minecraft/util/Identifier;
    • field_21571

      private SoundCategory field_21571
      Mappings:
      Namespace Name Mixin selector
      official b Llu;b:Lwk;
      intermediary field_21571 Lnet/minecraft/class_4380;field_21571:Lnet/minecraft/class_2153;
      named field_21571 Lnet/minecraft/class_4380;field_21571:Lnet/minecraft/client/sound/SoundCategory;
  • Constructor Details

  • Method Details

    • read

      public void read(PacketByteBuf buf) throws IOException
      Specified by:
      read in interface Packet<ClientPlayPacketListener>
      Throws:
      IOException
      Mappings:
      Namespace Name Mixin selector
      official a Liv;a(Lhy;)V
      intermediary method_7535 Lnet/minecraft/class_700;method_7535(Lnet/minecraft/class_1967;)V
      named read Lnet/minecraft/network/Packet;read(Lnet/minecraft/util/PacketByteBuf;)V
    • write

      public void write(PacketByteBuf buf) throws IOException
      Specified by:
      write in interface Packet<ClientPlayPacketListener>
      Throws:
      IOException
      Mappings:
      Namespace Name Mixin selector
      official b Liv;b(Lhy;)V
      intermediary method_7539 Lnet/minecraft/class_700;method_7539(Lnet/minecraft/class_1967;)V
      named write Lnet/minecraft/network/Packet;write(Lnet/minecraft/util/PacketByteBuf;)V
    • method_20265

      @Environment(CLIENT) @Nullable public Identifier method_20265()
      Mappings:
      Namespace Name Mixin selector
      official b Llu;b()Lpc;
      intermediary method_20265 Lnet/minecraft/class_4380;method_20265()Lnet/minecraft/class_1653;
      named method_20265 Lnet/minecraft/class_4380;method_20265()Lnet/minecraft/util/Identifier;
    • method_20266

      @Environment(CLIENT) @Nullable public SoundCategory method_20266()
      Mappings:
      Namespace Name Mixin selector
      official c Llu;c()Lwk;
      intermediary method_20266 Lnet/minecraft/class_4380;method_20266()Lnet/minecraft/class_2153;
      named method_20266 Lnet/minecraft/class_4380;method_20266()Lnet/minecraft/client/sound/SoundCategory;
    • apply

      public void apply(ClientPlayPacketListener clientPlayPacketListener)
      Specified by:
      apply in interface Packet<ClientPlayPacketListener>
      Mappings:
      Namespace Name Mixin selector
      official a Llu;a(Liy;)V
      intermediary method_20264 Lnet/minecraft/class_4380;method_20264(Lnet/minecraft/class_1993;)V
      named apply Lnet/minecraft/class_4380;apply(Lnet/minecraft/network/listener/ClientPlayPacketListener;)V