| Package | Description |
|---|---|
| com.jrfom.gw2 |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Optional<Floor> |
ApiClient.getFloorInLang(int continentId,
int floorId,
String lang)
Retrieve details about a map floor given the appropriate
continentId, floorId, and lang. |
com.google.common.base.Optional<Floor> |
ApiClient.getMistsFloor(int floorId)
Retrieve details about a map floor on the "Mists" continent.
|
com.google.common.base.Optional<Floor> |
ApiClient.getMistsFloorInLang(int floorId,
String lang)
Retrieve details about a map floor on the "Mists" continent.
|
com.google.common.base.Optional<Floor> |
ApiClient.getTyriaFloor(int floorId)
Retrieve details about a map floor on the "Tyria" continent.
|
com.google.common.base.Optional<Floor> |
ApiClient.getTyriaFloorInLang(int floorId,
String lang)
Retrieve details about a map floor on the "Tyria" continent.
|
Copyright © 2014. All Rights Reserved.