Uses of Class
zombie.iso.IsoChunk

Packages that use IsoChunk
zombie   
zombie.iso   
 

Uses of IsoChunk in zombie
 

Methods in zombie with parameters of type IsoChunk
 void VirtualZombieManager.AddBloodToMap(int nSize, IsoChunk chk)
           
 void VirtualZombieManager.AddZombiesToMap(int nSize, IsoChunk chk, boolean bDead)
           
 

Uses of IsoChunk in zombie.iso
 

Fields in zombie.iso declared as IsoChunk
 IsoChunk IsoGridSquare.chunk
           
 

Fields in zombie.iso with type parameters of type IsoChunk
static java.util.HashMap<java.lang.Integer,IsoChunk> IsoChunkMap.SharedChunks
           
 java.util.Stack<IsoChunk> ChunkSaveWorker.toSave
           
 

Methods in zombie.iso that return IsoChunk
 IsoChunk IsoGridSquare.getChunk()
           
 IsoChunk IsoChunkMap.getChunk(int x, int y)
           
 IsoChunk IsoChunkMap.getChunkForGridSquare(int x, int y)
           
 IsoChunk IsoCell.getChunkForGridSquare(int x, int y, int z)
           
 

Methods in zombie.iso with parameters of type IsoChunk
 void ChunkSaveWorker.Add(IsoChunk ch)
           
static void CellLoader.LoadCellBinaryChunk(IsoCell cell, int wx, int wy, IsoChunk chunk)
           
static void CellLoader.LoadCellBinaryChunkForLater(IsoCell cell, int wx, int wy, IsoChunk chunk)
           
 void IsoCell.PlaceLot(IsoLot lot, int sx, int sy, int sz, IsoChunk ch, int WX, int WY, boolean bForLater)
           
 void IsoChunkMap.setChunk(int x, int y, IsoChunk c)
           
 

Constructors in zombie.iso with parameters of type IsoChunk
IsoLot(java.lang.String filename, java.lang.Integer cX, java.lang.Integer cY, java.lang.Integer wX, java.lang.Integer wY, IsoChunk ch)