Package zombie.iso
Class LotHeader
java.lang.Object
zombie.iso.LotHeader
public final class LotHeader
extends java.lang.Object
-
Field Summary
-
Constructor Summary
Constructors Constructor Description LotHeader()
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
width
public int width -
height
public int height -
levels
public int levels -
version
public int version -
Rooms
public final java.util.HashMap Rooms -
RoomList
public final java.util.ArrayList RoomList -
Buildings
public final java.util.ArrayList Buildings -
isoRooms
public final java.util.HashMap isoRooms -
isoBuildings
public final java.util.HashMap isoBuildings -
bFixed2x
public boolean bFixed2x -
tilesUsed
protected final java.util.ArrayList tilesUsed
-
-
Constructor Details
-
LotHeader
public LotHeader()
-
-
Method Details
-
getHeight
public int getHeight() -
getWidth
public int getWidth() -
getLevels
public int getLevels() -
getRoom
-
getRoomAt
@Deprecated public int getRoomAt(int int1, int int2, int int3)Deprecated.
-