Uses of Class
zombie.iso.IsoMetaChunk

Packages that use IsoMetaChunk
zombie.iso   
 

Uses of IsoMetaChunk in zombie.iso
 

Fields in zombie.iso declared as IsoMetaChunk
 IsoMetaChunk[] IsoMetaCell.ChunkMap
           
 

Methods in zombie.iso that return IsoMetaChunk
 IsoMetaChunk IsoMetaCell.getChunk(int x, int y)
           
 IsoMetaChunk IsoMetaGrid.getChunkData(int cx, int cy)
           
 IsoMetaChunk IsoMetaGrid.getChunkDataFromTile(int x, int y)
           
 IsoMetaChunk IsoMetaGrid.getCurrentChunkData()
           
 IsoMetaChunk IsoWorld.getMetaChunk(int wx, int wy)
           
 IsoMetaChunk IsoWorld.getMetaChunkFromTile(int wx, int wy)