Package | Description |
---|---|
com.mingweisamuel.zyra |
Contains core elements of the Zyra library, such as
RiotApi and all of the endpoint
sets.com.mingweisamuel.zyra.util Contains general utilities used internally.com.mingweisamuel.zyra.enums Contains general static classes and enums useful for interacting with the
Riot API.The remaining sub-packages contain generated DTO classes returned by their respective endpoint set. |
com.mingweisamuel.zyra.entity |
Entity classes, high level representations of Riot API objects for ease of use.
All objects should be created via the EntityApi get* methods. |
Modifier and Type | Method and Description |
---|---|
ChampionMastery |
ChampionMasteryV4Endpoints.getChampionMastery(Region region,
String encryptedSummonerId,
long championId)
Get a champion mastery by player ID and champion ID.
|
Modifier and Type | Method and Description |
---|---|
List<ChampionMastery> |
ChampionMasteryV4Endpoints.getAllChampionMasteries(Region region,
String encryptedSummonerId)
Get all champion mastery entries sorted by number of champion points descending,
Link to Portal
|
CompletableFuture<List<ChampionMastery>> |
ChampionMasteryV4Endpoints.getAllChampionMasteriesAsync(Region region,
String encryptedSummonerId)
Get all champion mastery entries sorted by number of champion points descending,
Link to Portal
|
CompletableFuture<ChampionMastery> |
ChampionMasteryV4Endpoints.getChampionMasteryAsync(Region region,
String encryptedSummonerId,
long championId)
Get a champion mastery by player ID and champion ID.
|
Modifier and Type | Method and Description |
---|---|
List<ChampionMastery> |
SummonerEntity.getChampionMasteries() |
CompletableFuture<List<ChampionMastery>> |
SummonerEntity.getChampionMasteriesAsync() |
Copyright © 2019. All rights reserved.