
io.github.vitalij3.JCA.models.clans.ClanMembers Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of Java-Clash-API Show documentation
Show all versions of Java-Clash-API Show documentation
Provides an opportunity to use the API functionality of the Clash Of Clans game
The newest version!
package io.github.vitalij3.JCA.models.clans;
import io.github.vitalij3.JCA.models.League;
import java.util.ArrayList;
import java.util.List;
public class ClanMembers {
public static class Item {
public String tag = "none", name = "none", role = "none";
public int expLevel = 0, trophies = 0, versusTrophies = 0, clanRank = 0, previousClanRank = 0, donations = 0, donationsReceived = 0;
public League league = new League();
}
public List- items = new ArrayList<>();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy