All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.vitalij3.JCA.models.locations.RankingsClansVersus Maven / Gradle / Ivy

Go to download

Provides an opportunity to use the API functionality of the Clash Of Clans game

The newest version!
package io.github.vitalij3.JCA.models.locations;

import io.github.vitalij3.JCA.models.BadgeUrls;

import java.util.ArrayList;
import java.util.List;

public class RankingsClansVersus {
    public static class Item {
        public String tag = "none", name = "none";
        public LocationUpdated location = new LocationUpdated();
        public BadgeUrls badgeUrls = new BadgeUrls();

        public int clanLevel = 0, members = 0, rank = 0, previousRank = 0, clanVersusPoints = 0;
    }

    public List items = new ArrayList<>();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy