Uses of Class
net.minecraft.src.NibbleArray

Packages that use NibbleArray
net.minecraft.src   
 

Uses of NibbleArray in net.minecraft.src
 

Methods in net.minecraft.src 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.src 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.