Class ClientCommandC2SPacket
java.lang.Object
net.minecraft.network.packet.c2s.play.ClientCommandC2SPacket
- All Implemented Interfaces:
Packet<ServerPlayPacketListener>
- Mappings:
Namespace Name named net/minecraft/network/packet/c2s/play/ClientCommandC2SPacket
intermediary net/minecraft/class_2848
official aib
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final PacketCodec
<PacketByteBuf, ClientCommandC2SPacket> private final int
private final ClientCommandC2SPacket.Mode
private final int
-
Constructor Summary
ModifierConstructorDescriptionClientCommandC2SPacket
(Entity entity, ClientCommandC2SPacket.Mode mode) ClientCommandC2SPacket
(Entity entity, ClientCommandC2SPacket.Mode mode, int mountJumpHeight) private
-
Method Summary
Modifier and TypeMethodDescriptionvoid
apply
(ServerPlayPacketListener serverPlayPacketListener) int
getMode()
int
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/ClientCommandC2SPacket;CODEC:Lnet/minecraft/network/codec/PacketCodec;
intermediary field_48208
Lnet/minecraft/class_2848;field_48208:Lnet/minecraft/class_9139;
official a
Laib;a:Lzn;
-
entityId
private final int entityId- Mappings:
Namespace Name Mixin selector named entityId
Lnet/minecraft/network/packet/c2s/play/ClientCommandC2SPacket;entityId:I
intermediary field_12977
Lnet/minecraft/class_2848;field_12977:I
official b
Laib;b:I
-
mode
- Mappings:
Namespace Name Mixin selector named mode
Lnet/minecraft/network/packet/c2s/play/ClientCommandC2SPacket;mode:Lnet/minecraft/network/packet/c2s/play/ClientCommandC2SPacket$Mode;
intermediary field_12978
Lnet/minecraft/class_2848;field_12978:Lnet/minecraft/class_2848$class_2849;
official c
Laib;c:Laib$a;
-
mountJumpHeight
private final int mountJumpHeight- Mappings:
Namespace Name Mixin selector named mountJumpHeight
Lnet/minecraft/network/packet/c2s/play/ClientCommandC2SPacket;mountJumpHeight:I
intermediary field_12976
Lnet/minecraft/class_2848;field_12976:I
official d
Laib;d:I
-
-
Constructor Details
-
ClientCommandC2SPacket
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/network/packet/c2s/play/ClientCommandC2SPacket;<init>(Lnet/minecraft/entity/Entity;Lnet/minecraft/network/packet/c2s/play/ClientCommandC2SPacket$Mode;)V
intermediary <init>
Lnet/minecraft/class_2848;<init>(Lnet/minecraft/class_1297;Lnet/minecraft/class_2848$class_2849;)V
official <init>
Laib;<init>(Lbsw;Laib$a;)V
-
ClientCommandC2SPacket
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/network/packet/c2s/play/ClientCommandC2SPacket;<init>(Lnet/minecraft/entity/Entity;Lnet/minecraft/network/packet/c2s/play/ClientCommandC2SPacket$Mode;I)V
intermediary <init>
Lnet/minecraft/class_2848;<init>(Lnet/minecraft/class_1297;Lnet/minecraft/class_2848$class_2849;I)V
official <init>
Laib;<init>(Lbsw;Laib$a;I)V
-
ClientCommandC2SPacket
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/network/packet/c2s/play/ClientCommandC2SPacket;<init>(Lnet/minecraft/network/PacketByteBuf;)V
intermediary <init>
Lnet/minecraft/class_2848;<init>(Lnet/minecraft/class_2540;)V
official <init>
Laib;<init>(Lwm;)V
-
-
Method Details
-
write
- Mappings:
Namespace Name Mixin selector named write
Lnet/minecraft/network/packet/c2s/play/ClientCommandC2SPacket;write(Lnet/minecraft/network/PacketByteBuf;)V
intermediary method_55989
Lnet/minecraft/class_2848;method_55989(Lnet/minecraft/class_2540;)V
official a
Laib;a(Lwm;)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;
-
apply
- Specified by:
apply
in interfacePacket<ServerPlayPacketListener>
- Mappings:
Namespace Name Mixin selector named apply
Lnet/minecraft/network/packet/c2s/play/ClientCommandC2SPacket;apply(Lnet/minecraft/network/listener/ServerPlayPacketListener;)V
intermediary method_12364
Lnet/minecraft/class_2848;method_12364(Lnet/minecraft/class_2792;)V
official a
Laib;a(Lagw;)V
-
getEntityId
public int getEntityId()- Mappings:
Namespace Name Mixin selector named getEntityId
Lnet/minecraft/network/packet/c2s/play/ClientCommandC2SPacket;getEntityId()I
intermediary method_36173
Lnet/minecraft/class_2848;method_36173()I
official b
Laib;b()I
-
getMode
- Mappings:
Namespace Name Mixin selector named getMode
Lnet/minecraft/network/packet/c2s/play/ClientCommandC2SPacket;getMode()Lnet/minecraft/network/packet/c2s/play/ClientCommandC2SPacket$Mode;
intermediary method_12365
Lnet/minecraft/class_2848;method_12365()Lnet/minecraft/class_2848$class_2849;
official e
Laib;e()Laib$a;
-
getMountJumpHeight
public int getMountJumpHeight()- Mappings:
Namespace Name Mixin selector named getMountJumpHeight
Lnet/minecraft/network/packet/c2s/play/ClientCommandC2SPacket;getMountJumpHeight()I
intermediary method_12366
Lnet/minecraft/class_2848;method_12366()I
official f
Laib;f()I
-