Uses of Class
net.minecraft.world.chunk.storage.ExtendedBlockStorage

Packages that use ExtendedBlockStorage
net.minecraft.world.chunk   
 

Uses of ExtendedBlockStorage in net.minecraft.world.chunk
 

Methods in net.minecraft.world.chunk that return ExtendedBlockStorage
 ExtendedBlockStorage[] Chunk.getBlockStorageArray()
          Returns the ExtendedBlockStorage array for this Chunk.
 

Methods in net.minecraft.world.chunk with parameters of type ExtendedBlockStorage
 void Chunk.setStorageArrays(ExtendedBlockStorage[] par1ArrayOfExtendedBlockStorage)