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