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_cellLookupfinal ArrayList<WorldMapCell> POTWorldMapData.m_cellsMethods in zombie.pot that return WorldMapCell -
Uses of WorldMapCell in zombie.worldMap
Fields in zombie.worldMap declared as WorldMapCellModifier and TypeFieldDescriptionfinal WorldMapCellWorldMapFeature.m_cellWorldMapGeometry.m_cellFields in zombie.worldMap with type parameters of type WorldMapCellModifier and TypeFieldDescriptionfinal gnu.trove.map.hash.TLongObjectHashMap<WorldMapCell> WorldMapData.m_cellLookupfinal ArrayList<WorldMapCell> WorldMapData.m_cellsMethods 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 TypeMethodDescriptionvoidWorldMapGeometry.triangulate(WorldMapCell worldMapCell, double[] doubles) Constructors in zombie.worldMap with parameters of type WorldMapCellModifierConstructorDescriptionWorldMapFeature(WorldMapCell worldMapCell) WorldMapGeometry(WorldMapCell worldMapCell)