public class ServerNotifyClientPacket extends MinecraftPacket
| Constructor and Description |
|---|
ServerNotifyClientPacket(ClientNotification notification,
ClientNotificationValue value) |
| Modifier and Type | Method and Description |
|---|---|
ClientNotification |
getNotification() |
ClientNotificationValue |
getValue() |
void |
read(com.github.steveice10.packetlib.io.NetInput in) |
void |
write(com.github.steveice10.packetlib.io.NetOutput out) |
isPriority, toStringpublic ServerNotifyClientPacket(ClientNotification notification, ClientNotificationValue value)
public ClientNotification getNotification()
public ClientNotificationValue getValue()
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.