| Package | Description | 
|---|---|
| net.minecraft.world.chunk | |
| net.minecraft.world.chunk.storage | 
| Modifier and Type | Method and Description | 
|---|---|
| NibbleArray | BlockStateContainer. getDataForNBT(byte[] blockIds,
             NibbleArray data) | 
| Modifier and Type | Method and Description | 
|---|---|
| NibbleArray | BlockStateContainer. getDataForNBT(byte[] blockIds,
             NibbleArray data) | 
| void | BlockStateContainer. setDataFromNBT(byte[] blockIds,
              NibbleArray data,
              NibbleArray blockIdExtension) | 
| Modifier and Type | Field and Description | 
|---|---|
| private NibbleArray | ExtendedBlockStorage. blockLight | 
| private NibbleArray | ExtendedBlockStorage. skyLight | 
| Modifier and Type | Method and Description | 
|---|---|
| NibbleArray | ExtendedBlockStorage. getBlockLight() | 
| NibbleArray | ExtendedBlockStorage. getSkyLight() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ExtendedBlockStorage. setBlockLight(NibbleArray newBlocklightArray) | 
| void | ExtendedBlockStorage. setSkyLight(NibbleArray newSkylightArray) |