Class BoatPaddleStateC2SPacket

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

public class BoatPaddleStateC2SPacket
extends Object
implements Packet<ServerPlayPacketListener>
Mappings:
Namespace Name
official tn
intermediary net/minecraft/class_2836
named net/minecraft/network/packet/c2s/play/BoatPaddleStateC2SPacket
  • Field Details

    • leftPaddling

      private boolean leftPaddling
      Mappings:
      Namespace Name Mixin selector
      official a Ltn;a:Z
      intermediary field_12907 Lnet/minecraft/class_2836;field_12907:Z
      named leftPaddling Lnet/minecraft/network/packet/c2s/play/BoatPaddleStateC2SPacket;leftPaddling:Z
    • rightPaddling

      private boolean rightPaddling
      Mappings:
      Namespace Name Mixin selector
      official b Ltn;b:Z
      intermediary field_12906 Lnet/minecraft/class_2836;field_12906:Z
      named rightPaddling Lnet/minecraft/network/packet/c2s/play/BoatPaddleStateC2SPacket;rightPaddling:Z
  • Constructor Details

    • BoatPaddleStateC2SPacket

      public BoatPaddleStateC2SPacket()
    • BoatPaddleStateC2SPacket

      public BoatPaddleStateC2SPacket​(boolean leftPaddling, boolean rightPaddling)
      Mappings:
      Namespace Name Mixin selector
      official <init> Ltn;<init>(ZZ)V
      intermediary <init> Lnet/minecraft/class_2836;<init>(ZZ)V
      named <init> Lnet/minecraft/network/packet/c2s/play/BoatPaddleStateC2SPacket;<init>(ZZ)V
  • 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 Lpa;a(Lnw;)V
      intermediary method_11053 Lnet/minecraft/class_2596;method_11053(Lnet/minecraft/class_2540;)V
      named read Lnet/minecraft/network/Packet;read(Lnet/minecraft/network/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 Lpa;b(Lnw;)V
      intermediary method_11052 Lnet/minecraft/class_2596;method_11052(Lnet/minecraft/class_2540;)V
      named write Lnet/minecraft/network/Packet;write(Lnet/minecraft/network/PacketByteBuf;)V
    • apply

      public void apply​(ServerPlayPacketListener serverPlayPacketListener)
      Specified by:
      apply in interface Packet<ServerPlayPacketListener>
      Mappings:
      Namespace Name Mixin selector
      official a Ltn;a(Lss;)V
      intermediary method_12283 Lnet/minecraft/class_2836;method_12283(Lnet/minecraft/class_2792;)V
      named apply Lnet/minecraft/network/packet/c2s/play/BoatPaddleStateC2SPacket;apply(Lnet/minecraft/network/listener/ServerPlayPacketListener;)V
    • isLeftPaddling

      public boolean isLeftPaddling()
      Mappings:
      Namespace Name Mixin selector
      official b Ltn;b()Z
      intermediary method_12284 Lnet/minecraft/class_2836;method_12284()Z
      named isLeftPaddling Lnet/minecraft/network/packet/c2s/play/BoatPaddleStateC2SPacket;isLeftPaddling()Z
    • isRightPaddling

      public boolean isRightPaddling()
      Mappings:
      Namespace Name Mixin selector
      official c Ltn;c()Z
      intermediary method_12285 Lnet/minecraft/class_2836;method_12285()Z
      named isRightPaddling Lnet/minecraft/network/packet/c2s/play/BoatPaddleStateC2SPacket;isRightPaddling()Z