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

    • CODEC

      Mappings:
      Namespace Name Mixin selector
      named CODEC Lnet/minecraft/network/packet/c2s/play/BoatPaddleStateC2SPacket;CODEC:Lnet/minecraft/network/codec/PacketCodec;
      intermediary field_48203 Lnet/minecraft/class_2836;field_48203:Lnet/minecraft/class_9139;
      official a Lahw;a:Lzn;
    • leftPaddling

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

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

    • BoatPaddleStateC2SPacket

      public BoatPaddleStateC2SPacket(boolean leftPaddling, boolean rightPaddling)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/network/packet/c2s/play/BoatPaddleStateC2SPacket;<init>(ZZ)V
      intermediary <init> Lnet/minecraft/class_2836;<init>(ZZ)V
      official <init> Lahw;<init>(ZZ)V
    • BoatPaddleStateC2SPacket

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

    • write

      private void write(PacketByteBuf buf)
      Mappings:
      Namespace Name Mixin selector
      named write Lnet/minecraft/network/packet/c2s/play/BoatPaddleStateC2SPacket;write(Lnet/minecraft/network/PacketByteBuf;)V
      intermediary method_55984 Lnet/minecraft/class_2836;method_55984(Lnet/minecraft/class_2540;)V
      official a Lahw;a(Lwm;)V
    • apply

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

      public PacketType<BoatPaddleStateC2SPacket> getPacketId()
      Specified by:
      getPacketId in interface Packet<ServerPlayPacketListener>
      Mappings:
      Namespace Name Mixin selector
      named getPacketId Lnet/minecraft/network/packet/Packet;getPacketId()Lnet/minecraft/network/packet/PacketType;
      intermediary method_55846 Lnet/minecraft/class_2596;method_55846()Lnet/minecraft/class_9145;
      official a Lzw;a()Lzy;
    • isLeftPaddling

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

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