Class PlayerInteractItemC2SPacket
java.lang.Object
net.minecraft.network.packet.c2s.play.PlayerInteractItemC2SPacket
- All Implemented Interfaces:
Packet<ServerPlayPacketListener>
- Mappings:
Namespace Name official abl
intermediary net/minecraft/class_2886
named net/minecraft/network/packet/c2s/play/PlayerInteractItemC2SPacket
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
apply
(ServerPlayPacketListener serverPlayPacketListener) getHand()
int
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
-
Field Details
-
hand
- Mappings:
Namespace Name Mixin selector official a
Labl;a:Lbdx;
intermediary field_13136
Lnet/minecraft/class_2886;field_13136:Lnet/minecraft/class_1268;
named hand
Lnet/minecraft/network/packet/c2s/play/PlayerInteractItemC2SPacket;hand:Lnet/minecraft/util/Hand;
-
sequence
private final int sequence- Mappings:
Namespace Name Mixin selector official b
Labl;b:I
intermediary field_38050
Lnet/minecraft/class_2886;field_38050:I
named sequence
Lnet/minecraft/network/packet/c2s/play/PlayerInteractItemC2SPacket;sequence:I
-
-
Constructor Details
-
PlayerInteractItemC2SPacket
- Mappings:
Namespace Name Mixin selector official <init>
Labl;<init>(Lbdx;I)V
intermediary <init>
Lnet/minecraft/class_2886;<init>(Lnet/minecraft/class_1268;I)V
named <init>
Lnet/minecraft/network/packet/c2s/play/PlayerInteractItemC2SPacket;<init>(Lnet/minecraft/util/Hand;I)V
-
PlayerInteractItemC2SPacket
- Mappings:
Namespace Name Mixin selector official <init>
Labl;<init>(Lss;)V
intermediary <init>
Lnet/minecraft/class_2886;<init>(Lnet/minecraft/class_2540;)V
named <init>
Lnet/minecraft/network/packet/c2s/play/PlayerInteractItemC2SPacket;<init>(Lnet/minecraft/network/PacketByteBuf;)V
-
-
Method Details
-
write
- Specified by:
write
in interfacePacket<ServerPlayPacketListener>
- Mappings:
Namespace Name Mixin selector official a
Lvb;a(Lss;)V
intermediary method_11052
Lnet/minecraft/class_2596;method_11052(Lnet/minecraft/class_2540;)V
named write
Lnet/minecraft/network/packet/Packet;write(Lnet/minecraft/network/PacketByteBuf;)V
-
apply
- Specified by:
apply
in interfacePacket<ServerPlayPacketListener>
- Mappings:
Namespace Name Mixin selector official a
Labl;a(Lzo;)V
intermediary method_12550
Lnet/minecraft/class_2886;method_12550(Lnet/minecraft/class_2792;)V
named apply
Lnet/minecraft/network/packet/c2s/play/PlayerInteractItemC2SPacket;apply(Lnet/minecraft/network/listener/ServerPlayPacketListener;)V
-
getHand
- Mappings:
Namespace Name Mixin selector official a
Labl;a()Lbdx;
intermediary method_12551
Lnet/minecraft/class_2886;method_12551()Lnet/minecraft/class_1268;
named getHand
Lnet/minecraft/network/packet/c2s/play/PlayerInteractItemC2SPacket;getHand()Lnet/minecraft/util/Hand;
-
getSequence
public int getSequence()- Mappings:
Namespace Name Mixin selector official c
Labl;c()I
intermediary method_42081
Lnet/minecraft/class_2886;method_42081()I
named getSequence
Lnet/minecraft/network/packet/c2s/play/PlayerInteractItemC2SPacket;getSequence()I
-