Uses of Class
io.github.cobas91.lol.model.champion.Champion
Packages that use Champion
-
Uses of Champion in io.github.cobas91.lol.client
Methods in io.github.cobas91.lol.client that return types with arguments of type ChampionModifier and TypeMethodDescriptionChampionDownloader.getAllChampions()
Retrieves detailed information about all champions in the game League of Legends.Methods in io.github.cobas91.lol.client with parameters of type ChampionModifier and TypeMethodDescriptionbyte[]
ChampionDownloader.getIconAsByteArray
(Champion champ, String iconNumber) Retrieves the icon of a champion as a byte array.void
ChampionDownloader.setDefaultChampSplash
(Champion champion) Sets the default champion splash for the given champion.void
ChampionDownloader.setSkinSplashes
(Champion champion) Sets the skin splashes for the given champion.