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