Package zombie.iso

Class CellLoader

java.lang.Object
zombie.iso.CellLoader

public class CellLoader
extends java.lang.Object
  • 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 sprite, IsoObjectType objectType, IsoGridSquare square, IsoCell cell, int int1, int int2, int int3, java.util.Stack stack, boolean boolean1, java.lang.String string) throws java.lang.NumberFormatException
      Throws:
      java.lang.NumberFormatException
    • LoadCellBinaryChunk

      public static boolean LoadCellBinaryChunk​(IsoCell cell, int int1, int int2, IsoChunk chunk)
    • LoadCellBinaryChunk

      public static IsoCell LoadCellBinaryChunk​(IsoSpriteManager spriteManager, int int1, int int2) throws java.io.IOException
      Throws:
      java.io.IOException