Package | Description |
---|---|
net.minecraft.world.chunk.storage |
Modifier and Type | Method and Description |
---|---|
NibbleArray |
ExtendedBlockStorage.createBlockMSBArray() |
NibbleArray |
ExtendedBlockStorage.getBlocklightArray()
Returns the NibbleArray instance containing Block-light data.
|
NibbleArray |
ExtendedBlockStorage.getBlockMSBArray()
Returns the block ID MSB (bits 11..8) array for this storage array's Chunk.
|
NibbleArray |
ExtendedBlockStorage.getMetadataArray() |
NibbleArray |
ExtendedBlockStorage.getSkylightArray()
Returns the NibbleArray instance containing Sky-light data.
|
Modifier and Type | Method and Description |
---|---|
void |
ExtendedBlockStorage.setBlocklightArray(NibbleArray par1NibbleArray)
Sets the NibbleArray instance used for Block-light values in this particular storage block.
|
void |
ExtendedBlockStorage.setBlockMetadataArray(NibbleArray par1NibbleArray)
Sets the NibbleArray of block metadata (blockMetadataArray) for this ExtendedBlockStorage.
|
void |
ExtendedBlockStorage.setBlockMSBArray(NibbleArray par1NibbleArray)
Sets the array of blockID most significant bits (blockMSBArray) for this ExtendedBlockStorage.
|
void |
ExtendedBlockStorage.setSkylightArray(NibbleArray par1NibbleArray)
Sets the NibbleArray instance used for Sky-light values in this particular storage block.
|