Class POTWorldMapData
java.lang.Object
zombie.pot.POTWorldMapData
- 
Field SummaryFieldsModifier and TypeFieldDescriptionfinal HashMap<Integer, WorldMapCell> final ArrayList<WorldMapCell> intintintint
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddFeature(WorldMapFeature worldMapFeature0) getCell(int int0, int int1) intintvoid
- 
Field Details- 
m_cells
- 
m_cellLookup
- 
m_minXpublic int m_minX
- 
m_minYpublic int m_minY
- 
m_maxXpublic int m_maxX
- 
m_maxYpublic int m_maxY
 
- 
- 
Constructor Details- 
POTWorldMapDatapublic POTWorldMapData()
 
- 
- 
Method Details- 
getCell
- 
addFeature
- 
saveBIN- Throws:
- IOException
 
- 
getWidthInCellspublic int getWidthInCells()
- 
getHeightInCellspublic int getHeightInCells()
 
-