| Package | Description |
|---|---|
| org.cloudburstmc.server.level.chunk | |
| org.cloudburstmc.server.level.provider.leveldb | |
| org.cloudburstmc.server.level.provider.leveldb.serializer |
| Modifier and Type | Method and Description |
|---|---|
BlockStorage |
BlockStorage.copy() |
BlockStorage[] |
ChunkSection.getBlockStorageArray() |
| Constructor and Description |
|---|
ChunkSection(BlockStorage[] blockStorage) |
ChunkSection(BlockStorage[] storage,
byte[] blockLight,
byte[] skyLight) |
| Modifier and Type | Method and Description |
|---|---|
static BlockStorage |
BlockStorageConverter.fromXZY(byte[] blockIds,
byte[] blockData) |
| Modifier and Type | Method and Description |
|---|---|
static BlockStorage[] |
ChunkSectionSerializers.deserialize(io.netty.buffer.ByteBuf buf,
ChunkBuilder builder,
int version) |
| Modifier and Type | Method and Description |
|---|---|
static void |
ChunkSectionSerializers.serialize(io.netty.buffer.ByteBuf buf,
BlockStorage[] storage,
int version) |
Copyright © 2020. All rights reserved.