Uses of Class
zombie.worldMap.WorldMapCell
Packages that use WorldMapCell
-
Uses of WorldMapCell in zombie.pot
Fields in zombie.pot with type parameters of type WorldMapCellModifier and TypeFieldDescriptionfinal HashMap
<Integer, WorldMapCell> POTWorldMapData.m_cellLookup
final ArrayList
<WorldMapCell> POTWorldMapData.m_cells
Methods in zombie.pot that return WorldMapCell -
Uses of WorldMapCell in zombie.worldMap
Fields in zombie.worldMap declared as WorldMapCellFields in zombie.worldMap with type parameters of type WorldMapCellModifier and TypeFieldDescriptionfinal HashMap
<Integer, WorldMapCell> WorldMapData.m_cellLookup
final ArrayList
<WorldMapCell> WorldMapData.m_cells
Methods in zombie.worldMap that return WorldMapCellModifier and TypeMethodDescriptionWorldMap.getCell
(int x, int y) WorldMapData.getCell
(int x, int y) Methods in zombie.worldMap with parameters of type WorldMapCellModifier and TypeMethodDescriptionvoid
WorldMapGeometry.triangulate
(WorldMapCell worldMapCell, double[] double0) Constructors in zombie.worldMap with parameters of type WorldMapCell