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

Method getMapObjects

src/main/java/com/pokegoapi/api/map/Map.java:393–395  ·  view source on GitHub ↗

Returns MapObjects around your current location. @return MapObjects at your current location @throws LoginFailedException if the login failed @throws RemoteServerException When a buffer exception is thrown

()

Source from the content-addressed store, hash-verified

391 * @throws RemoteServerException When a buffer exception is thrown
392 */
393 public MapObjects getMapObjects() throws LoginFailedException, RemoteServerException {
394 return getMapObjectsAsync().toBlocking();
395 }
396
397 /**
398 * Returns MapObjects around your current location within a given width.

Callers

nothing calls this directly

Calls 3

getMapObjectsAsyncMethod · 0.95
getCellIdsMethod · 0.95
toBlockingMethod · 0.65

Tested by

no test coverage detected