Class ClientCommandC2SPacket
java.lang.Object
net.minecraft.network.packet.c2s.play.ClientCommandC2SPacket
- All Implemented Interfaces:
Packet<ServerPlayPacketListener>
- Mappings:
Namespace Name official zt
intermediary net/minecraft/class_2848
named net/minecraft/network/packet/c2s/play/ClientCommandC2SPacket
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionprivate final int
private final ClientCommandC2SPacket.Mode
private final int
-
Constructor Summary
ConstructorDescriptionClientCommandC2SPacket
(Entity entity, ClientCommandC2SPacket.Mode mode) ClientCommandC2SPacket
(Entity entity, ClientCommandC2SPacket.Mode mode, int mountJumpHeight) -
Method Summary
Modifier and TypeMethodDescriptionvoid
apply
(ServerPlayPacketListener serverPlayPacketListener) int
getMode()
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
isWritingErrorSkippable
-
Field Details
-
entityId
private final int entityId- Mappings:
Namespace Name Mixin selector official a
Lzt;a:I
intermediary field_12977
Lnet/minecraft/class_2848;field_12977:I
named entityId
Lnet/minecraft/network/packet/c2s/play/ClientCommandC2SPacket;entityId:I
-
mode
- Mappings:
Namespace Name Mixin selector official b
Lzt;b:Lzt$a;
intermediary field_12978
Lnet/minecraft/class_2848;field_12978:Lnet/minecraft/class_2848$class_2849;
named mode
Lnet/minecraft/network/packet/c2s/play/ClientCommandC2SPacket;mode:Lnet/minecraft/network/packet/c2s/play/ClientCommandC2SPacket$Mode;
-
mountJumpHeight
private final int mountJumpHeight- Mappings:
Namespace Name Mixin selector official c
Lzt;c:I
intermediary field_12976
Lnet/minecraft/class_2848;field_12976:I
named mountJumpHeight
Lnet/minecraft/network/packet/c2s/play/ClientCommandC2SPacket;mountJumpHeight:I
-
-
Constructor Details
-
ClientCommandC2SPacket
- Mappings:
Namespace Name Mixin selector official <init>
Lzt;<init>(Lbdr;Lzt$a;)V
intermediary <init>
Lnet/minecraft/class_2848;<init>(Lnet/minecraft/class_1297;Lnet/minecraft/class_2848$class_2849;)V
named <init>
Lnet/minecraft/network/packet/c2s/play/ClientCommandC2SPacket;<init>(Lnet/minecraft/entity/Entity;Lnet/minecraft/network/packet/c2s/play/ClientCommandC2SPacket$Mode;)V
-
ClientCommandC2SPacket
- Mappings:
Namespace Name Mixin selector official <init>
Lzt;<init>(Lbdr;Lzt$a;I)V
intermediary <init>
Lnet/minecraft/class_2848;<init>(Lnet/minecraft/class_1297;Lnet/minecraft/class_2848$class_2849;I)V
named <init>
Lnet/minecraft/network/packet/c2s/play/ClientCommandC2SPacket;<init>(Lnet/minecraft/entity/Entity;Lnet/minecraft/network/packet/c2s/play/ClientCommandC2SPacket$Mode;I)V
-
ClientCommandC2SPacket
- Mappings:
Namespace Name Mixin selector official <init>
Lzt;<init>(Lsd;)V
intermediary <init>
Lnet/minecraft/class_2848;<init>(Lnet/minecraft/class_2540;)V
named <init>
Lnet/minecraft/network/packet/c2s/play/ClientCommandC2SPacket;<init>(Lnet/minecraft/network/PacketByteBuf;)V
-
-
Method Details
-
write
- Specified by:
write
in interfacePacket<ServerPlayPacketListener>
- Mappings:
Namespace Name Mixin selector official a
Luh;a(Lsd;)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
Lzt;a(Lyq;)V
intermediary method_12364
Lnet/minecraft/class_2848;method_12364(Lnet/minecraft/class_2792;)V
named apply
Lnet/minecraft/network/packet/c2s/play/ClientCommandC2SPacket;apply(Lnet/minecraft/network/listener/ServerPlayPacketListener;)V
-
getEntityId
public int getEntityId()- Mappings:
Namespace Name Mixin selector official b
Lzt;b()I
intermediary method_36173
Lnet/minecraft/class_2848;method_36173()I
named getEntityId
Lnet/minecraft/network/packet/c2s/play/ClientCommandC2SPacket;getEntityId()I
-
getMode
- Mappings:
Namespace Name Mixin selector official c
Lzt;c()Lzt$a;
intermediary method_12365
Lnet/minecraft/class_2848;method_12365()Lnet/minecraft/class_2848$class_2849;
named getMode
Lnet/minecraft/network/packet/c2s/play/ClientCommandC2SPacket;getMode()Lnet/minecraft/network/packet/c2s/play/ClientCommandC2SPacket$Mode;
-
getMountJumpHeight
public int getMountJumpHeight()- Mappings:
Namespace Name Mixin selector official d
Lzt;d()I
intermediary method_12366
Lnet/minecraft/class_2848;method_12366()I
named getMountJumpHeight
Lnet/minecraft/network/packet/c2s/play/ClientCommandC2SPacket;getMountJumpHeight()I
-