Class LotHeader
java.lang.Object
zombie.iso.LotHeader
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal boolean[]
boolean
final gnu.trove.map.hash.TLongObjectHashMap
<BuildingDef> final ArrayList
<BuildingDef> final int
final int
int
final HashMap
<Long, IsoBuilding> static final byte[]
static final byte[]
int
int
final gnu.trove.map.hash.TLongObjectHashMap
<RoomDef> int
static final int
static final int
static final int
int
final byte[]
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Dispose()
int
int
int
int
getRoom
(long long0) long
getRoomAt
(int int2, int int1, int int3) Deprecated.int
getWidth()
byte[]
byte
getZombieIntensity
(int int0) static int
getZombieIntensityForChunk
(LotHeader lotHeader0, int int1, int int0)
-
Field Details
-
VERSION0
public static final int VERSION0- See Also:
-
VERSION1
public static final int VERSION1- See Also:
-
VERSION_LATEST
public static final int VERSION_LATEST- See Also:
-
LOTHEADER_MAGIC
public static final byte[] LOTHEADER_MAGIC -
LOTPACK_MAGIC
public static final byte[] LOTPACK_MAGIC -
cellX
public final int cellX -
cellY
public final int cellY -
width
public int width -
height
public int height -
minLevel
public int minLevel -
maxLevel
public int maxLevel -
version
public int version -
Rooms
-
RoomByMetaID
-
RoomList
-
Buildings
-
BuildingByMetaID
-
isoRooms
-
isoBuildings
-
bFixed2x
public boolean bFixed2x -
tilesUsed
-
ZombieIntensity
public final byte[] ZombieIntensity -
mapFiles
-
fileName
-
absoluteFilePath
-
bAdjacentCells
public final boolean[] bAdjacentCells
-
-
Constructor Details
-
LotHeader
public LotHeader(int int0, int int1)
-
-
Method Details
-
getHeight
public int getHeight() -
getWidth
public int getWidth() -
getMinLevel
public int getMinLevel() -
getMaxLevel
public int getMaxLevel() -
getNumLevels
public int getNumLevels() -
getRoom
-
getRoomAt
Deprecated. -
getZombieIntensity
public byte[] getZombieIntensity() -
getZombieIntensity
public byte getZombieIntensity(int int0) -
getZombieIntensityForChunk
-
Dispose
public void Dispose()
-