Class WorldMapData

java.lang.Object
zombie.asset.Asset
zombie.worldMap.WorldMapData

public final class WorldMapData extends Asset
  • Field Details

  • Constructor Details

  • Method Details

    • getOrCreateData

      public static WorldMapData getOrCreateData(String fileName)
    • clear

      public void clear()
    • getWidthInCells

      public int getWidthInCells()
    • getHeightInCells

      public int getHeightInCells()
    • getWidthInSquares

      public int getWidthInSquares()
    • getHeightInSquares

      public int getHeightInSquares()
    • onLoaded

      public void onLoaded()
    • getCell

      public WorldMapCell getCell(int x, int y)
    • hitTest

      public void hitTest(float x, float y, ArrayList<WorldMapFeature> features)
    • Reset

      public static void Reset()
    • getType

      public AssetType getType()
      Specified by:
      getType in class Asset