| Package | Description |
|---|---|
| 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. |
| com.mingweisamuel.zyra.matchV4 |
DTOs for match-v4.
These DTOs are automatically generated and should not be modified directly. |
| Modifier and Type | Method and Description |
|---|---|
SummonerEntity |
EntityApi.getSummonerFromPlayer(Player player)
Gets a summoner entity by a
Player instance. |
| Modifier and Type | Field and Description |
|---|---|
Player |
ParticipantIdentity.player
Player information.
|
| Constructor and Description |
|---|
ParticipantIdentity(int participantId,
Player player) |
Copyright © 2019. All rights reserved.