Package zombie.iso
Class CellLoader
java.lang.Object
zombie.iso.CellLoader
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ArrayDequestatic final ArrayDequestatic final HashMap -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidDoTileObjectCreation(IsoSprite sprite, IsoObjectType objectType, IsoGridSquare square, IsoCell cell, int int1, int int2, int int3, String string) static booleanLoadCellBinaryChunk(IsoCell cell, int int1, int int2, IsoChunk chunk) static IsoCellLoadCellBinaryChunk(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
-