| Package | Description | 
|---|---|
| us.myles.ViaVersion.api.minecraft.chunks | |
| us.myles.ViaVersion.api.type.types.version | 
| Modifier and Type | Field and Description | 
|---|---|
protected ChunkSection[] | 
BaseChunk.sections  | 
| Modifier and Type | Method and Description | 
|---|---|
ChunkSection[] | 
BaseChunk.getSections()  | 
ChunkSection[] | 
Chunk.getSections()  | 
| Constructor and Description | 
|---|
BaseChunk(int x,
         int z,
         boolean fullChunk,
         boolean ignoreOldLightData,
         int bitmask,
         ChunkSection[] sections,
         int[] biomeData,
         com.github.steveice10.opennbt.tag.builtin.CompoundTag heightMap,
         List<com.github.steveice10.opennbt.tag.builtin.CompoundTag> blockEntities)  | 
BaseChunk(int x,
         int z,
         boolean fullChunk,
         boolean ignoreOldLightData,
         int bitmask,
         ChunkSection[] sections,
         int[] biomeData,
         List<com.github.steveice10.opennbt.tag.builtin.CompoundTag> blockEntities)  | 
Chunk1_8(int x,
        int z,
        boolean groundUp,
        int bitmask,
        ChunkSection[] sections,
        int[] biomeData,
        List<com.github.steveice10.opennbt.tag.builtin.CompoundTag> blockEntities)  | 
| Modifier and Type | Field and Description | 
|---|---|
static Type<ChunkSection> | 
Types1_16.CHUNK_SECTION
Chunk section type for 1.16 
 | 
static Type<ChunkSection> | 
Types1_8.CHUNK_SECTION  | 
static Type<ChunkSection> | 
Types1_9.CHUNK_SECTION  | 
static Type<ChunkSection> | 
Types1_13.CHUNK_SECTION  | 
| Modifier and Type | Method and Description | 
|---|---|
ChunkSection | 
ChunkSectionType1_13.read(io.netty.buffer.ByteBuf buffer)  | 
ChunkSection | 
ChunkSectionType1_8.read(io.netty.buffer.ByteBuf buffer)  | 
ChunkSection | 
ChunkSectionType1_9.read(io.netty.buffer.ByteBuf buffer)  | 
ChunkSection | 
ChunkSectionType1_16.read(io.netty.buffer.ByteBuf buffer)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ChunkSectionType1_13.write(io.netty.buffer.ByteBuf buffer,
     ChunkSection chunkSection)  | 
void | 
ChunkSectionType1_8.write(io.netty.buffer.ByteBuf buffer,
     ChunkSection chunkSection)  | 
void | 
ChunkSectionType1_9.write(io.netty.buffer.ByteBuf buffer,
     ChunkSection chunkSection)  | 
void | 
ChunkSectionType1_16.write(io.netty.buffer.ByteBuf buffer,
     ChunkSection chunkSection)  | 
Copyright © 2016–2021. All rights reserved.