public final class ChampionV3Endpoints extends Endpoints
| Modifier and Type | Method and Description | 
|---|---|
ChampionInfo | 
getChampionInfo(Region region)
Returns champion rotations, including free-to-play and low-level free-to-play rotations (REST)
 Link to Portal 
 | 
CompletableFuture<ChampionInfo> | 
getChampionInfoAsync(Region region)
Returns champion rotations, including free-to-play and low-level free-to-play rotations (REST)
 Link to Portal 
 | 
public ChampionInfo getChampionInfo(Region region)
region - Region to execute against.public CompletableFuture<ChampionInfo> getChampionInfoAsync(Region region)
region - Region to execute against.Copyright © 2019. All rights reserved.