Uses of Class
net.minecraft.world.chunk.NibbleArray

Packages that use NibbleArray
net.minecraft.world.chunk.storage   
 

Uses of NibbleArray in net.minecraft.world.chunk.storage
 

Methods in net.minecraft.world.chunk.storage that return NibbleArray
 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.
 

Methods in net.minecraft.world.chunk.storage with parameters of type NibbleArray
 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.