lol-client-java-api icon indicating copy to clipboard operation
lol-client-java-api copied to clipboard

Simple library which provides access to internal League of Legends Client API.

Results 3 lol-client-java-api issues
Sort by recently updated
recently updated
newest added

Hi, So I am trying to get live game data every time an event happens, however it returns null. DO you have some tips on how to fix the issue?...

I think I've found a bug in the library when trying to map some summoner spells into a Java object. ### Steps to reproduce 1. Obtain a Champion-Select-time Session status...

Hey guys, I created a jar and turned it into an exe, starting when my PC boots. This is my connection code: ``` Client api = new ClientApi(); api.addClientConnectionListener(new ClientConnectionListener()...