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 spr, IsoObjectType type, IsoGridSquare sq, IsoCell cell, int x, int y, int height, java.util.Stack BedList, boolean bDoHeightOffset, java.lang.String name)
static boolean
LoadCellBinaryChunk(IsoCell cell, int wx, int wy, IsoChunk chunk)
static IsoCell
LoadCellBinaryChunk(IsoSpriteManager spr, int wx, int wy)
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 spr, IsoObjectType type, IsoGridSquare sq, IsoCell cell, int x, int y, int height, java.util.Stack BedList, boolean bDoHeightOffset, java.lang.String name) throws java.lang.NumberFormatException- Throws:
java.lang.NumberFormatException
-
LoadCellBinaryChunk
-
LoadCellBinaryChunk
public static IsoCell LoadCellBinaryChunk(IsoSpriteManager spr, int wx, int wy) throws java.io.IOException- Throws:
java.io.IOException
-