Class HandSwingC2SPacket

java.lang.Object
net.minecraft.network.packet.c2s.play.HandSwingC2SPacket
All Implemented Interfaces:
Packet<ServerPlayPacketListener>

public class HandSwingC2SPacket extends Object implements Packet<ServerPlayPacketListener>
Mappings:
Namespace Name
official iy
intermediary net/minecraft/class_2051
named net/minecraft/network/packet/c2s/play/HandSwingC2SPacket
  • Constructor Details

    • HandSwingC2SPacket

      public HandSwingC2SPacket()
  • Method Details

    • read

      public void read(PacketByteBuf buf) throws IOException
      Specified by:
      read in interface Packet<ServerPlayPacketListener>
      Throws:
      IOException
      Mappings:
      Namespace Name Mixin selector
      official a Lff;a(Lem;)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<ServerPlayPacketListener>
      Throws:
      IOException
      Mappings:
      Namespace Name Mixin selector
      official b Lff;b(Lem;)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
    • apply

      public void apply(ServerPlayPacketListener serverPlayPacketListener)
      Specified by:
      apply in interface Packet<ServerPlayPacketListener>
      Mappings:
      Namespace Name Mixin selector
      official a Liy;a(Lic;)V
      intermediary method_7948 Lnet/minecraft/class_2051;method_7948(Lnet/minecraft/class_2050;)V
      named apply Lnet/minecraft/network/packet/c2s/play/HandSwingC2SPacket;apply(Lnet/minecraft/network/listener/ServerPlayPacketListener;)V