MCPcopy Index your code
hub / github.com/Grover-c13/PokeGOAPI-Java / getDefaultCells

Method getDefaultCells

src/main/java/com/pokegoapi/api/map/Map.java:678–680  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

676 }
677
678 private List<Long> getDefaultCells() {
679 return getCellIds(api.getLatitude(), api.getLongitude(), CELL_WIDTH);
680 }
681
682}

Callers 6

getNearbyPokemonAsyncMethod · 0.95
getSpawnPointsAsyncMethod · 0.95
getGymsAsyncMethod · 0.95
getMapObjectsAsyncMethod · 0.95

Calls 3

getCellIdsMethod · 0.95
getLatitudeMethod · 0.65
getLongitudeMethod · 0.65

Tested by

no test coverage detected