Search in sources :

Example 1 with MapDetails

use of no.stelar7.api.l4j8.pojo.staticdata.map.MapDetails in project L4J8 by stelar7.

the class StaticTest method testMaps.

@Test
public void testMaps() {
    DataCall.setCacheProvider(new FileSystemCacheProvider());
    DataCall.setLogLevel(LogLevel.DEBUG);
    Map<String, MapDetails> data = api.getMaps(Platform.EUW1, null, null);
}
Also used : FileSystemCacheProvider(no.stelar7.api.l4j8.basic.cache.impl.FileSystemCacheProvider) MapDetails(no.stelar7.api.l4j8.pojo.staticdata.map.MapDetails)

Aggregations

FileSystemCacheProvider (no.stelar7.api.l4j8.basic.cache.impl.FileSystemCacheProvider)1 MapDetails (no.stelar7.api.l4j8.pojo.staticdata.map.MapDetails)1