Package zombie.iso
Class CellLoader
java.lang.Object
zombie.iso.CellLoader
public class CellLoader
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description static java.util.Stack
isoObjectCache
static java.util.Stack
isoTreeCache
-
Constructor Summary
Constructors Constructor Description CellLoader()
-
Method Summary
Modifier and Type Method Description static void
DoTileObjectCreation(IsoSprite sprite, IsoObjectType objectType, IsoGridSquare square, IsoCell cell, int int1, int int2, int int3, java.util.Stack stack, boolean boolean1, java.lang.String string)
static boolean
LoadCellBinaryChunk(IsoCell cell, int int1, int int2, IsoChunk chunk)
static IsoCell
LoadCellBinaryChunk(IsoSpriteManager spriteManager, int int1, int int2)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
isoObjectCache
public static java.util.Stack isoObjectCache -
isoTreeCache
public static java.util.Stack isoTreeCache
-
-
Constructor Details
-
CellLoader
public CellLoader()
-
-
Method Details
-
DoTileObjectCreation
public static void DoTileObjectCreation(IsoSprite sprite, IsoObjectType objectType, IsoGridSquare square, IsoCell cell, int int1, int int2, int int3, java.util.Stack stack, boolean boolean1, java.lang.String string) throws java.lang.NumberFormatException- Throws:
java.lang.NumberFormatException
-
LoadCellBinaryChunk
-
LoadCellBinaryChunk
public static IsoCell LoadCellBinaryChunk(IsoSpriteManager spriteManager, int int1, int int2) throws java.io.IOException- Throws:
java.io.IOException
-