zombie.iso
Class LotHeader

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

public class LotHeader
extends java.lang.Object


Field Summary
 java.util.ArrayList<BuildingDef> Buildings
           
 int height
           
 java.util.HashMap<java.lang.Integer,IsoBuilding> isoBuildings
           
 java.util.HashMap<java.lang.Integer,IsoRoom> isoRooms
           
 int levels
           
 java.util.ArrayList<RoomDef> RoomList
           
 java.util.HashMap<java.lang.Integer,RoomDef> Rooms
           
 int version
           
 int width
           
 
Constructor Summary
LotHeader()
           
 
Method Summary
 int getHeight()
           
 int getLevels()
           
 IsoRoom getRoom(int roomID)
           
 int getRoomAt(int x, int y, int z)
           
 int getWidth()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

width

public int width

height

public int height

levels

public int levels

version

public int version

Rooms

public java.util.HashMap<java.lang.Integer,RoomDef> Rooms

RoomList

public java.util.ArrayList<RoomDef> RoomList

Buildings

public java.util.ArrayList<BuildingDef> Buildings

isoRooms

public java.util.HashMap<java.lang.Integer,IsoRoom> isoRooms

isoBuildings

public java.util.HashMap<java.lang.Integer,IsoBuilding> isoBuildings
Constructor Detail

LotHeader

public LotHeader()
Method Detail

getHeight

public int getHeight()

getWidth

public int getWidth()

getLevels

public int getLevels()

getRoom

public IsoRoom getRoom(int roomID)

getRoomAt

public int getRoomAt(int x,
                     int y,
                     int z)