| Package | Description |
|---|---|
| com.github.steveice10.mc.protocol.packet.ingame.server.world | |
| com.github.steveice10.mc.protocol.util |
| Modifier and Type | Method and Description |
|---|---|
Column |
ServerChunkDataPacket.getColumn() |
| Constructor and Description |
|---|
ServerChunkDataPacket(Column column) |
| Modifier and Type | Method and Description |
|---|---|
static Column |
NetUtil.readColumn(byte[] data,
int x,
int z,
boolean fullChunk,
boolean hasSkylight,
int mask,
com.github.steveice10.opennbt.tag.builtin.CompoundTag[] tileEntities) |
| Modifier and Type | Method and Description |
|---|---|
static int |
NetUtil.writeColumn(com.github.steveice10.packetlib.io.NetOutput out,
Column column,
boolean fullChunk,
boolean hasSkylight) |
Copyright © 2020. All rights reserved.