Class BoatPaddleStateC2SPacket
java.lang.Object
net.minecraft.network.packet.c2s.play.BoatPaddleStateC2SPacket
- All Implemented Interfaces:
Packet<ServerPlayPacketListener>
- Mappings:
Namespace Name named net/minecraft/network/packet/c2s/play/BoatPaddleStateC2SPacket
intermediary net/minecraft/class_2836
official ahw
-
Field Summary
Modifier and TypeFieldDescriptionstatic final PacketCodec
<PacketByteBuf, BoatPaddleStateC2SPacket> private final boolean
private final boolean
-
Constructor Summary
ModifierConstructorDescriptionBoatPaddleStateC2SPacket
(boolean leftPaddling, boolean rightPaddling) private
-
Method Summary
Modifier and TypeMethodDescriptionvoid
apply
(ServerPlayPacketListener serverPlayPacketListener) boolean
boolean
private 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.Packet
isWritingErrorSkippable, transitionsNetworkState
-
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
- 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
- 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
- Specified by:
apply
in interfacePacket<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
- Specified by:
getPacketId
in interfacePacket<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
-