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.StackisoObjectCachestatic java.util.StackisoTreeCache - 
Constructor Summary
Constructors Constructor Description CellLoader() - 
Method Summary
Modifier and Type Method Description static voidDoTileObjectCreation(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 booleanLoadCellBinaryChunk(IsoCell cell, int wx, int wy, IsoChunk chunk)static IsoCellLoadCellBinaryChunk(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
 
 -