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 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

      public static boolean LoadCellBinaryChunk​(IsoCell cell, int wx, int wy, IsoChunk chunk)
    • LoadCellBinaryChunk

      public static IsoCell LoadCellBinaryChunk​(IsoSpriteManager spr, int wx, int wy) throws java.io.IOException
      Throws:
      java.io.IOException