Class BoatPaddleStateC2SPacket
java.lang.Object
net.minecraft.network.packet.c2s.play.BoatPaddleStateC2SPacket
- All Implemented Interfaces:
Packet<ServerPlayPacketListener>
- Mappings:
Namespace Name official yk
intermediary net/minecraft/class_2836
named net/minecraft/network/packet/c2s/play/BoatPaddleStateC2SPacket
-
Field Summary
Modifier and TypeFieldDescriptionprivate final boolean
private final boolean
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
apply
(ServerPlayPacketListener serverPlayPacketListener) boolean
boolean
void
write
(PacketByteBuf buf) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.network.Packet
isWritingErrorSkippable
-
Field Details
-
leftPaddling
private final boolean leftPaddling- Mappings:
Namespace Name Mixin selector official a
Lyk;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
Lyk;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>
Lyk;<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
- Mappings:
Namespace Name Mixin selector official <init>
Lyk;<init>(Lqx;)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
- Specified by:
write
in interfacePacket<ServerPlayPacketListener>
- Mappings:
Namespace Name Mixin selector official a
Ltc;a(Lqx;)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
- Specified by:
apply
in interfacePacket<ServerPlayPacketListener>
- Mappings:
Namespace Name Mixin selector official a
Lyk;a(Lxm;)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
Lyk;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
Lyk;c()Z
intermediary method_12285
Lnet/minecraft/class_2836;method_12285()Z
named isRightPaddling
Lnet/minecraft/network/packet/c2s/play/BoatPaddleStateC2SPacket;isRightPaddling()Z
-