Package zombie.iso
Class CellLoader
java.lang.Object
zombie.iso.CellLoader
public final class CellLoader
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description static java.util.ArrayDeque
isoObjectCache
static java.util.ArrayDeque
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.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 final java.util.ArrayDeque isoObjectCache -
isoTreeCache
public static final java.util.ArrayDeque 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.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
-