Class POTWorldMapData
java.lang.Object
zombie.pot.POTWorldMapData
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal HashMap<Integer, WorldMapCell> final ArrayList<WorldMapCell> intintintint -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddFeature(WorldMapFeature oldFeature) getCell(int x, int y) intintvoid
-
Field Details
-
cells
-
cellLookup
-
minX
public int minX -
minY
public int minY -
maxX
public int maxX -
maxY
public int maxY
-
-
Constructor Details
-
POTWorldMapData
public POTWorldMapData()
-
-
Method Details
-
getCell
-
addFeature
-
saveBIN
- Throws:
IOException
-
getWidthInCells
public int getWidthInCells() -
getHeightInCells
public int getHeightInCells()
-