Uses of Class
zombie.iso.LotHeader

Packages that use LotHeader
zombie.iso   
zombie.iso.areas   
 

Uses of LotHeader in zombie.iso
 

Fields in zombie.iso declared as LotHeader
 LotHeader IsoMetaCell.info
           
 LotHeader IsoChunk.lotheader
           
 

Fields in zombie.iso with type parameters of type LotHeader
static java.util.HashMap<java.lang.String,LotHeader> IsoLot.InfoHeaders
           
 

Methods in zombie.iso that return LotHeader
 LotHeader IsoCell.getCurrentLotHeader()
           
 

Uses of LotHeader in zombie.iso.areas
 

Methods in zombie.iso.areas with parameters of type LotHeader
 void IsoBuilding.CreateFrom(BuildingDef building, LotHeader info)