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