Package zombie.iso
Class CellLoader
java.lang.Object
zombie.iso.CellLoader
public final class CellLoader
extends java.lang.Object
- 
Field SummaryFields Modifier and Type Field Description static java.util.ArrayDequeisoObjectCachestatic java.util.ArrayDequeisoTreeCache
- 
Constructor SummaryConstructors Constructor Description CellLoader()
- 
Method SummaryModifier and Type Method Description static voidDoTileObjectCreation(IsoSprite sprite, IsoObjectType objectType, IsoGridSquare square, IsoCell cell, int int1, int int2, int int3, java.lang.String string)static booleanLoadCellBinaryChunk(IsoCell cell, int int1, int int2, IsoChunk chunk)static IsoCellLoadCellBinaryChunk(IsoSpriteManager spriteManager, int int1, int int2)Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
- 
Field Details- 
isoObjectCachepublic static final java.util.ArrayDeque isoObjectCache
- 
isoTreeCachepublic static final java.util.ArrayDeque isoTreeCache
 
- 
- 
Constructor Details- 
CellLoaderpublic CellLoader()
 
- 
- 
Method Details- 
DoTileObjectCreationpublic static void DoTileObjectCreation(IsoSprite sprite, IsoObjectType objectType, IsoGridSquare square, IsoCell cell, int int1, int int2, int int3, java.lang.String string) throws java.lang.NumberFormatException- Throws:
- java.lang.NumberFormatException
 
- 
LoadCellBinaryChunk
- 
LoadCellBinaryChunkpublic static IsoCell LoadCellBinaryChunk(IsoSpriteManager spriteManager, int int1, int int2) throws java.io.IOException- Throws:
- java.io.IOException
 
 
-