Package | Description |
---|---|
net.rithms.riot.api |
This package provides the
RiotApi class to request data from the Riot Api. |
net.rithms.riot.api.endpoints.tournament.constant | |
net.rithms.riot.api.endpoints.tournament.methods |
Modifier and Type | Method and Description |
---|---|
AsyncRequest |
RiotApiAsync.createTournamentCodes(int tournamentId,
int count,
int teamSize,
TournamentMap mapType,
PickType pickType,
SpectatorType spectatorType,
long... allowedSummonerIds)
Create tournament codes for the given tournament.
|
java.util.List<java.lang.String> |
RiotApi.createTournamentCodes(int tournamentId,
int count,
int teamSize,
TournamentMap mapType,
PickType pickType,
SpectatorType spectatorType,
long... allowedSummonerIds)
Create tournament codes for the given tournament.
|
AsyncRequest |
RiotApiAsync.createTournamentCodes(int tournamentId,
int count,
int teamSize,
TournamentMap mapType,
PickType pickType,
SpectatorType spectatorType,
java.lang.String metaData,
long... allowedSummonerIds)
Create tournament codes for the given tournament.
|
java.util.List<java.lang.String> |
RiotApi.createTournamentCodes(int tournamentId,
int count,
int teamSize,
TournamentMap mapType,
PickType pickType,
SpectatorType spectatorType,
java.lang.String metaData,
long... allowedSummonerIds)
Create tournament codes for the given tournament.
|
void |
RiotApiAsync.updateTournamentCode(java.lang.String tournamentCode,
TournamentMap mapType,
PickType pickType,
SpectatorType spectatorType,
long... allowedSummonerIds)
Update the pick type, map, spectator type, or allowed summoners for a code.
|
void |
RiotApi.updateTournamentCode(java.lang.String tournamentCode,
TournamentMap mapType,
PickType pickType,
SpectatorType spectatorType,
long... allowedSummonerIds)
Update the pick type, map, spectator type, or allowed summoners for a code.
|
Modifier and Type | Method and Description |
---|---|
static TournamentMap |
TournamentMap.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TournamentMap[] |
TournamentMap.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
CreateTournamentCodes(ApiConfig config,
int tournamentId,
int count,
int teamSize,
TournamentMap mapType,
PickType pickType,
SpectatorType spectatorType,
java.lang.String metaData,
long... allowedSummonerIds) |
UpdateTournamentCode(ApiConfig config,
java.lang.String tournamentCode,
TournamentMap mapType,
PickType pickType,
SpectatorType spectatorType,
long... allowedSummonerIds) |