Class POTWorldMapData
java.lang.Object
zombie.pot.POTWorldMapData
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal HashMap
<Integer, WorldMapCell> final ArrayList
<WorldMapCell> int
int
int
int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addFeature
(WorldMapFeature worldMapFeature0) getCell
(int int0, int int1) int
int
void
-
Field Details
-
m_cells
-
m_cellLookup
-
m_minX
public int m_minX -
m_minY
public int m_minY -
m_maxX
public int m_maxX -
m_maxY
public int m_maxY
-
-
Constructor Details
-
POTWorldMapData
public POTWorldMapData()
-
-
Method Details
-
getCell
-
addFeature
-
saveBIN
- Throws:
IOException
-
getWidthInCells
public int getWidthInCells() -
getHeightInCells
public int getHeightInCells()
-