public class ServerWindowItemsPacket extends MinecraftPacket
| Constructor and Description |
|---|
ServerWindowItemsPacket(int windowId,
ItemStack[] items) |
| Modifier and Type | Method and Description |
|---|---|
ItemStack[] |
getItems() |
int |
getWindowId() |
void |
read(com.github.steveice10.packetlib.io.NetInput in) |
void |
write(com.github.steveice10.packetlib.io.NetOutput out) |
isPriority, toStringpublic ServerWindowItemsPacket(int windowId,
ItemStack[] items)
public int getWindowId()
public ItemStack[] getItems()
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.