public class ServerAdvancementTabPacket extends MinecraftPacket
| Constructor and Description |
|---|
ServerAdvancementTabPacket(String tabId) |
| Modifier and Type | Method and Description |
|---|---|
String |
getTabId() |
void |
read(com.github.steveice10.packetlib.io.NetInput in) |
void |
write(com.github.steveice10.packetlib.io.NetOutput out) |
isPriority, toStringpublic ServerAdvancementTabPacket(String tabId)
public String getTabId()
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.