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 ijintermediary net/minecraft/class_2052named net/minecraft/network/packet/c2s/play/RequestCommandCompletionsC2SPacket
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionRequestCommandCompletionsC2SPacket(String string, BlockPos blockPos, boolean bool) -
Method Summary
Modifier and TypeMethodDescriptionvoidapply(ServerPlayPacketListener serverPlayPacketListener) booleanvoidread(PacketByteBuf buf) voidwrite(PacketByteBuf buf)
-
Field Details
-
partialCommand
- Mappings:
Namespace Name Mixin selector official aLij;a: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;
-
field_13796
private boolean field_13796- Mappings:
Namespace Name Mixin selector official bLij;b:Zintermediary field_13796Lnet/minecraft/class_2052;field_13796:Znamed field_13796Lnet/minecraft/network/packet/c2s/play/RequestCommandCompletionsC2SPacket;field_13796:Z
-
lookingAt
- Mappings:
Namespace Name Mixin selector official cLij;c:Lcl;intermediary field_11700Lnet/minecraft/class_2052;field_11700:Lnet/minecraft/class_2552;named lookingAtLnet/minecraft/network/packet/c2s/play/RequestCommandCompletionsC2SPacket;lookingAt:Lnet/minecraft/util/math/BlockPos;
-
-
Constructor Details
-
RequestCommandCompletionsC2SPacket
public RequestCommandCompletionsC2SPacket() -
RequestCommandCompletionsC2SPacket
@Environment(CLIENT) public RequestCommandCompletionsC2SPacket(String string, @Nullable BlockPos blockPos, boolean bool)
-
-
Method Details
-
read
- Specified by:
readin interfacePacket<ServerPlayPacketListener>- Throws:
IOException- Mappings:
Namespace Name Mixin selector official aLfh;a(Leo;)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 bLfh;b(Leo;)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 aLij;a(Lih;)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
-
getPartialCommand
- Mappings:
Namespace Name Mixin selector official aLij;a()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;
-
getLookingAt
- Mappings:
Namespace Name Mixin selector official bLij;b()Lcl;intermediary method_10722Lnet/minecraft/class_2052;method_10722()Lnet/minecraft/class_2552;named getLookingAtLnet/minecraft/network/packet/c2s/play/RequestCommandCompletionsC2SPacket;getLookingAt()Lnet/minecraft/util/math/BlockPos;
-
method_12684
public boolean method_12684()- Mappings:
Namespace Name Mixin selector official cLij;c()Zintermediary method_12684Lnet/minecraft/class_2052;method_12684()Znamed method_12684Lnet/minecraft/network/packet/c2s/play/RequestCommandCompletionsC2SPacket;method_12684()Z
-