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 classIsoLot.Zone -
Field Summary
Fields Modifier and Type Field Description java.util.ArrayListarraysstatic java.util.HashMapInfoFileNamesstatic java.util.ArrayListInfoHeaderNamesstatic java.util.HashMapInfoHeadersstatic java.util.Stackpoolintwxintwy -
Constructor Summary
-
Method Summary
Modifier and Type Method Description static voidDispose()static IsoLotget(java.lang.Integer cX, java.lang.Integer cY, java.lang.Integer wX, java.lang.Integer wY, IsoChunk ch)voidload(java.lang.Integer cX, java.lang.Integer cY, java.lang.Integer wX, java.lang.Integer wY, IsoChunk ch)static voidput(IsoLot lot)static intreadInt(java.io.RandomAccessFile in)static intreadShort(java.io.RandomAccessFile in)static java.lang.StringreadString(java.io.RandomAccessFile in)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 cX, java.lang.Integer cY, java.lang.Integer wX, java.lang.Integer wY, IsoChunk ch)
-
-
Method Details
-
Dispose
public static void Dispose() -
readString
public static java.lang.String readString(java.io.RandomAccessFile in) throws java.io.EOFException, java.io.IOException- Throws:
java.io.EOFExceptionjava.io.IOException
-
readInt
public static int readInt(java.io.RandomAccessFile in) throws java.io.EOFException, java.io.IOException- Throws:
java.io.EOFExceptionjava.io.IOException
-
readShort
public static int readShort(java.io.RandomAccessFile in) throws java.io.EOFException, java.io.IOException- Throws:
java.io.EOFExceptionjava.io.IOException
-
put
-
get
-
load
public void load(java.lang.Integer cX, java.lang.Integer cY, java.lang.Integer wX, java.lang.Integer wY, IsoChunk ch)
-