Package zombie.iso
Class CellLoader
java.lang.Object
zombie.iso.CellLoader
-
Field Summary
Modifier and TypeFieldDescriptionstatic final ArrayDeque
static final ArrayDeque
static final HashMap
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
DoTileObjectCreation
(IsoSprite sprite, IsoObjectType objectType, IsoGridSquare square, IsoCell cell, int int1, int int2, int int3, String string) static boolean
LoadCellBinaryChunk
(IsoCell cell, int int1, int int2, IsoChunk chunk) static IsoCell
LoadCellBinaryChunk
(IsoSpriteManager spriteManager, int int1, int int2)
-
Field Details
-
isoObjectCache
-
isoTreeCache
-
smashedWindowSpriteMap
-
-
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, String string) throws NumberFormatException - Throws:
NumberFormatException
-
LoadCellBinaryChunk
-
LoadCellBinaryChunk
public static IsoCell LoadCellBinaryChunk(IsoSpriteManager spriteManager, int int1, int int2) throws IOException - Throws:
IOException
-