Package zombie.iso
Class IsoLot
java.lang.Object
zombie.iso.IsoLot
public class IsoLot
extends java.lang.Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
IsoLot.Zone
-
Field Summary
Fields Modifier and Type Field Description java.util.ArrayList
arrays
static java.util.HashMap
InfoFileNames
static java.util.ArrayList
InfoHeaderNames
static java.util.HashMap
InfoHeaders
static java.util.Stack
pool
int
wx
int
wy
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description static void
Dispose()
static IsoLot
get(java.lang.Integer integer, java.lang.Integer integer2, java.lang.Integer integer3, java.lang.Integer integer4, IsoChunk chunk)
void
load(java.lang.Integer integer, java.lang.Integer integer2, java.lang.Integer integer3, java.lang.Integer integer4, IsoChunk chunk)
static void
put(IsoLot lot)
static int
readInt(java.io.RandomAccessFile randomAccessFile)
static int
readShort(java.io.RandomAccessFile randomAccessFile)
static java.lang.String
readString(java.io.RandomAccessFile randomAccessFile)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
InfoHeaders
public static java.util.HashMap InfoHeaders -
InfoHeaderNames
public static java.util.ArrayList InfoHeaderNames -
InfoFileNames
public static java.util.HashMap InfoFileNames -
wx
public int wx -
wy
public int wy -
pool
public static java.util.Stack pool -
arrays
public java.util.ArrayList arrays
-
-
Constructor Details
-
IsoLot
public IsoLot(java.lang.Integer integer, java.lang.Integer integer2, java.lang.Integer integer3, java.lang.Integer integer4, IsoChunk chunk)
-
-
Method Details
-
Dispose
public static void Dispose() -
readString
public static java.lang.String readString(java.io.RandomAccessFile randomAccessFile) throws java.io.EOFException, java.io.IOException- Throws:
java.io.EOFException
java.io.IOException
-
readInt
public static int readInt(java.io.RandomAccessFile randomAccessFile) throws java.io.EOFException, java.io.IOException- Throws:
java.io.EOFException
java.io.IOException
-
readShort
public static int readShort(java.io.RandomAccessFile randomAccessFile) throws java.io.EOFException, java.io.IOException- Throws:
java.io.EOFException
java.io.IOException
-
put
-
get
-
load
public void load(java.lang.Integer integer, java.lang.Integer integer2, java.lang.Integer integer3, java.lang.Integer integer4, IsoChunk chunk)
-