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 zo
intermediary net/minecraft/class_2836
named net/minecraft/network/packet/c2s/play/BoatPaddleStateC2SPacket
  • Field Details

    • leftPaddling

      private final boolean leftPaddling
      Mappings:
      Namespace Name Mixin selector
      official a Lzo;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 final boolean rightPaddling
      Mappings:
      Namespace Name Mixin selector
      official b Lzo;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(boolean leftPaddling, boolean rightPaddling)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lzo;<init>(ZZ)V
      intermediary <init> Lnet/minecraft/class_2836;<init>(ZZ)V
      named <init> Lnet/minecraft/network/packet/c2s/play/BoatPaddleStateC2SPacket;<init>(ZZ)V
    • BoatPaddleStateC2SPacket

      public BoatPaddleStateC2SPacket(PacketByteBuf buf)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lzo;<init>(Lsd;)V
      intermediary <init> Lnet/minecraft/class_2836;<init>(Lnet/minecraft/class_2540;)V
      named <init> Lnet/minecraft/network/packet/c2s/play/BoatPaddleStateC2SPacket;<init>(Lnet/minecraft/network/PacketByteBuf;)V
  • Method Details

    • write

      public void write(PacketByteBuf buf)
      Specified by:
      write in interface Packet<ServerPlayPacketListener>
      Mappings:
      Namespace Name Mixin selector
      official a Luh;a(Lsd;)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 Lzo;a(Lyq;)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 Lzo;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 Lzo;c()Z
      intermediary method_12285 Lnet/minecraft/class_2836;method_12285()Z
      named isRightPaddling Lnet/minecraft/network/packet/c2s/play/BoatPaddleStateC2SPacket;isRightPaddling()Z