Class RequestCommandCompletionsC2SPacket
java.lang.Object
net.minecraft.network.packet.c2s.play.RequestCommandCompletionsC2SPacket
- All Implemented Interfaces:
Packet<ServerPlayPacketListener>
public class RequestCommandCompletionsC2SPacket extends Object implements Packet<ServerPlayPacketListener>
- Mappings:
Namespace Name official sz
intermediary net/minecraft/class_2805
named net/minecraft/network/packet/c2s/play/RequestCommandCompletionsC2SPacket
-
Field Summary
Fields Modifier and Type Field Description private int
completionId
private String
partialCommand
-
Constructor Summary
Constructors Constructor Description RequestCommandCompletionsC2SPacket()
RequestCommandCompletionsC2SPacket(int completionId, String partialCommand)
-
Method Summary
Modifier and Type Method Description void
apply(ServerPlayPacketListener serverPlayPacketListener)
int
getCompletionId()
String
getPartialCommand()
void
read(PacketByteBuf buf)
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
-
completionId
private int completionId- Mappings:
Namespace Name Mixin selector official a
Lsz;a:I
intermediary field_12784
Lnet/minecraft/class_2805;field_12784:I
named completionId
Lnet/minecraft/network/packet/c2s/play/RequestCommandCompletionsC2SPacket;completionId:I
-
partialCommand
- Mappings:
Namespace Name Mixin selector official b
Lsz;b:Ljava/lang/String;
intermediary field_12785
Lnet/minecraft/class_2805;field_12785:Ljava/lang/String;
named partialCommand
Lnet/minecraft/network/packet/c2s/play/RequestCommandCompletionsC2SPacket;partialCommand:Ljava/lang/String;
-
-
Constructor Details
-
RequestCommandCompletionsC2SPacket
public RequestCommandCompletionsC2SPacket() -
RequestCommandCompletionsC2SPacket
@Environment(CLIENT) public RequestCommandCompletionsC2SPacket(int completionId, String partialCommand)- Mappings:
Namespace Name Mixin selector official <init>
Lsz;<init>(ILjava/lang/String;)V
intermediary <init>
Lnet/minecraft/class_2805;<init>(ILjava/lang/String;)V
named <init>
Lnet/minecraft/network/packet/c2s/play/RequestCommandCompletionsC2SPacket;<init>(ILjava/lang/String;)V
-
-
Method Details
-
read
- Specified by:
read
in interfacePacket<ServerPlayPacketListener>
- Throws:
IOException
- Mappings:
Namespace Name Mixin selector official a
Lpa;a(Lnw;)V
intermediary method_11053
Lnet/minecraft/class_2596;method_11053(Lnet/minecraft/class_2540;)V
named read
Lnet/minecraft/network/Packet;read(Lnet/minecraft/network/PacketByteBuf;)V
-
write
- Specified by:
write
in interfacePacket<ServerPlayPacketListener>
- Throws:
IOException
- Mappings:
Namespace Name Mixin selector official b
Lpa;b(Lnw;)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
Lsz;a(Lss;)V
intermediary method_12147
Lnet/minecraft/class_2805;method_12147(Lnet/minecraft/class_2792;)V
named apply
Lnet/minecraft/network/packet/c2s/play/RequestCommandCompletionsC2SPacket;apply(Lnet/minecraft/network/listener/ServerPlayPacketListener;)V
-
getCompletionId
public int getCompletionId()- Mappings:
Namespace Name Mixin selector official b
Lsz;b()I
intermediary method_12149
Lnet/minecraft/class_2805;method_12149()I
named getCompletionId
Lnet/minecraft/network/packet/c2s/play/RequestCommandCompletionsC2SPacket;getCompletionId()I
-
getPartialCommand
- Mappings:
Namespace Name Mixin selector official c
Lsz;c()Ljava/lang/String;
intermediary method_12148
Lnet/minecraft/class_2805;method_12148()Ljava/lang/String;
named getPartialCommand
Lnet/minecraft/network/packet/c2s/play/RequestCommandCompletionsC2SPacket;getPartialCommand()Ljava/lang/String;
-