public class ClientTabCompletePacket extends MinecraftPacket
| Constructor and Description |
|---|
ClientTabCompletePacket(String text,
boolean assumeCommand) |
ClientTabCompletePacket(String text,
boolean assumeCommand,
Position lookingAt) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAssumeCommand() |
Position |
getLookingAt() |
String |
getText() |
void |
read(com.github.steveice10.packetlib.io.NetInput in) |
void |
write(com.github.steveice10.packetlib.io.NetOutput out) |
isPriority, toStringpublic ClientTabCompletePacket(String text, boolean assumeCommand)
public String getText()
public boolean getAssumeCommand()
public Position getLookingAt()
public void read(com.github.steveice10.packetlib.io.NetInput in)
throws IOException
IOExceptionpublic void write(com.github.steveice10.packetlib.io.NetOutput out)
throws IOException
IOExceptionCopyright © 2020. All rights reserved.