zombie.iso
Class IsoMetaCell

java.lang.Object
  extended by zombie.iso.IsoMetaCell

public class IsoMetaCell
extends java.lang.Object


Field Summary
 IsoMetaChunk[] ChunkMap
           
 LotHeader info
           
 java.util.ArrayList<IsoMetaGrid.Trigger> triggers
           
 
Constructor Summary
IsoMetaCell()
           
 
Method Summary
 void addTrigger(BuildingDef def, int triggerRange, int zombieExclusionRange, java.lang.String type)
           
 void checkTriggers()
           
 IsoMetaChunk getChunk(int x, int y)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ChunkMap

public IsoMetaChunk[] ChunkMap

info

public LotHeader info

triggers

public java.util.ArrayList<IsoMetaGrid.Trigger> triggers
Constructor Detail

IsoMetaCell

public IsoMetaCell()
Method Detail

addTrigger

public void addTrigger(BuildingDef def,
                       int triggerRange,
                       int zombieExclusionRange,
                       java.lang.String type)

checkTriggers

public void checkTriggers()

getChunk

public IsoMetaChunk getChunk(int x,
                             int y)