Class CellLoader
java.lang.Object
zombie.iso.CellLoader
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ArrayDeque
<IsoObject> static final ArrayDeque
<IsoTree> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
DoTileObjectCreation
(IsoSprite spr, IsoObjectType type, IsoGridSquare sq, IsoCell cell, int x, int y, int height, String name) static boolean
LoadCellBinaryChunk
(IsoCell cell, int wx, int wy, IsoChunk chunk) static IsoCell
LoadCellBinaryChunk
(IsoSpriteManager spr, int wx, int wy)
-
Field Details
-
isoObjectCache
-
isoTreeCache
-
glassRemovedWindowSpriteMap
-
smashedWindowSpriteMap
-
-
Constructor Details
-
CellLoader
public CellLoader()
-
-
Method Details
-
DoTileObjectCreation
public static void DoTileObjectCreation(IsoSprite spr, IsoObjectType type, IsoGridSquare sq, IsoCell cell, int x, int y, int height, String name) throws NumberFormatException - Throws:
NumberFormatException
-
LoadCellBinaryChunk
-
LoadCellBinaryChunk
- Throws:
IOException
-