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 mkintermediary net/minecraft/class_2052named net/minecraft/network/packet/c2s/play/RequestCommandCompletionsC2SPacket
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapply(ServerPlayPacketListener serverPlayPacketListener) intvoidread(PacketByteBuf buf) voidwrite(PacketByteBuf buf) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.network.Packet
method_20197
-
Field Details
-
field_21578
private int field_21578- Mappings:
Namespace Name Mixin selector official aLmk;a:Iintermediary field_21578Lnet/minecraft/class_2052;field_21578:Inamed field_21578Lnet/minecraft/network/packet/c2s/play/RequestCommandCompletionsC2SPacket;field_21578:I
-
partialCommand
- Mappings:
Namespace Name Mixin selector official bLmk;b:Ljava/lang/String;intermediary field_8761Lnet/minecraft/class_2052;field_8761:Ljava/lang/String;named partialCommandLnet/minecraft/network/packet/c2s/play/RequestCommandCompletionsC2SPacket;partialCommand:Ljava/lang/String;
-
-
Constructor Details
-
RequestCommandCompletionsC2SPacket
public RequestCommandCompletionsC2SPacket() -
RequestCommandCompletionsC2SPacket
-
-
Method Details
-
read
- Specified by:
readin interfacePacket<ServerPlayPacketListener>- Throws:
IOException- Mappings:
Namespace Name Mixin selector official aLiv;a(Lhy;)Vintermediary method_7535Lnet/minecraft/class_700;method_7535(Lnet/minecraft/class_1967;)Vnamed readLnet/minecraft/network/Packet;read(Lnet/minecraft/util/PacketByteBuf;)V
-
write
- Specified by:
writein interfacePacket<ServerPlayPacketListener>- Throws:
IOException- Mappings:
Namespace Name Mixin selector official bLiv;b(Lhy;)Vintermediary method_7539Lnet/minecraft/class_700;method_7539(Lnet/minecraft/class_1967;)Vnamed writeLnet/minecraft/network/Packet;write(Lnet/minecraft/util/PacketByteBuf;)V
-
apply
- Specified by:
applyin interfacePacket<ServerPlayPacketListener>- Mappings:
Namespace Name Mixin selector official aLmk;a(Lme;)Vintermediary method_7950Lnet/minecraft/class_2052;method_7950(Lnet/minecraft/class_2050;)Vnamed applyLnet/minecraft/network/packet/c2s/play/RequestCommandCompletionsC2SPacket;apply(Lnet/minecraft/network/listener/ServerPlayPacketListener;)V
-
method_20289
public int method_20289()- Mappings:
Namespace Name Mixin selector official bLmk;b()Iintermediary method_20289Lnet/minecraft/class_2052;method_20289()Inamed method_20289Lnet/minecraft/network/packet/c2s/play/RequestCommandCompletionsC2SPacket;method_20289()I
-
getPartialCommand
- Mappings:
Namespace Name Mixin selector official cLmk;c()Ljava/lang/String;intermediary method_7951Lnet/minecraft/class_2052;method_7951()Ljava/lang/String;named getPartialCommandLnet/minecraft/network/packet/c2s/play/RequestCommandCompletionsC2SPacket;getPartialCommand()Ljava/lang/String;
-