Package dev.mayuna.topggsdk.api.entities
Class Bot
- java.lang.Object
-
- dev.mayuna.simpleapi.APIResponse<TopGGAPI>
-
- dev.mayuna.topggsdk.api.TopGGAPIResponse
-
- dev.mayuna.topggsdk.api.entities.Bot
-
- All Implemented Interfaces:
dev.mayuna.simpleapi.deserializers.GsonDeserializer
public class Bot extends TopGGAPIResponse
Information about top.gg bot. There are also methods likefetchStats(),updateBotStats(int, int), etc.
-
-
Constructor Summary
Constructors Constructor Description Bot()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description dev.mayuna.simpleapi.Action<Stats>fetchStats()dev.mayuna.simpleapi.Action<TopGGAPIResponse>updateBotStats(int serverCount)dev.mayuna.simpleapi.Action<TopGGAPIResponse>updateBotStats(int[] serverCount)dev.mayuna.simpleapi.Action<TopGGAPIResponse>updateBotStats(int[] serverCount, int shardCount)dev.mayuna.simpleapi.Action<TopGGAPIResponse>updateBotStats(int serverCount, int shardCount)dev.mayuna.simpleapi.Action<TopGGAPIResponse>updateBotStats(int serverCount, int[] shards)dev.mayuna.simpleapi.Action<TopGGAPIResponse>updateBotStats(int serverCount, int[] shards, int shardCount)dev.mayuna.simpleapi.Action<TopGGAPIResponse>updateBotStats(int serverCount, int shardId, int shardCount)-
Methods inherited from class dev.mayuna.topggsdk.api.TopGGAPIResponse
getGson, wasSuccessful
-
-
-
-
Method Detail
-
fetchStats
public dev.mayuna.simpleapi.Action<Stats> fetchStats()
-
updateBotStats
public dev.mayuna.simpleapi.Action<TopGGAPIResponse> updateBotStats(int serverCount)
-
updateBotStats
public dev.mayuna.simpleapi.Action<TopGGAPIResponse> updateBotStats(int serverCount, int shardCount)
-
updateBotStats
public dev.mayuna.simpleapi.Action<TopGGAPIResponse> updateBotStats(int serverCount, int shardId, int shardCount)
-
updateBotStats
public dev.mayuna.simpleapi.Action<TopGGAPIResponse> updateBotStats(int[] serverCount)
-
updateBotStats
public dev.mayuna.simpleapi.Action<TopGGAPIResponse> updateBotStats(int[] serverCount, int shardCount)
-
updateBotStats
public dev.mayuna.simpleapi.Action<TopGGAPIResponse> updateBotStats(int serverCount, int[] shards)
-
updateBotStats
public dev.mayuna.simpleapi.Action<TopGGAPIResponse> updateBotStats(int serverCount, int[] shards, int shardCount)
-
-