public class ClientPluginMessagePacket extends MinecraftPacket
| Constructor and Description |
|---|
ClientPluginMessagePacket(String channel,
byte[] data) |
| Modifier and Type | Method and Description |
|---|---|
String |
getChannel() |
byte[] |
getData() |
void |
read(com.github.steveice10.packetlib.io.NetInput in) |
void |
write(com.github.steveice10.packetlib.io.NetOutput out) |
isPriority, toStringpublic ClientPluginMessagePacket(String channel, byte[] data)
public String getChannel()
public byte[] getData()
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.