B D F G H M S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
B
- Bot - Class in dev.mayuna.topggsdk.api.entities
-
Information about top.gg bot.
- Bot() - Constructor for class dev.mayuna.topggsdk.api.entities.Bot
- Bots - Class in dev.mayuna.topggsdk.api.entities
-
Search result with found bots in an array
- Bots() - Constructor for class dev.mayuna.topggsdk.api.entities.Bots
D
- dev.mayuna.topggsdk - package dev.mayuna.topggsdk
- dev.mayuna.topggsdk.api - package dev.mayuna.topggsdk.api
- dev.mayuna.topggsdk.api.entities - package dev.mayuna.topggsdk.api.entities
F
- fetchBot() - Method in class dev.mayuna.topggsdk.TopGGAPI
-
Fetches your Bot by specified Bot ID in constructor.
- fetchBot(String) - Method in class dev.mayuna.topggsdk.TopGGAPI
-
Fetches your Bot by specified Bot ID in arguments.
- fetchBotStats() - Method in class dev.mayuna.topggsdk.TopGGAPI
-
Fetches specific stats (server count, shards, shard count) about a bot.
- fetchLast1000Votes() - Method in class dev.mayuna.topggsdk.TopGGAPI
-
Fetches the last 1000 voters for your bot.
Note: If your bot receives more than 1000 votes monthly you cannot use this endpoint and must use webhooks and implement your own caching instead.
This endpoint only returns unique votes, it does not include double votes (weekend votes). - fetchMultiplierStatus() - Method in class dev.mayuna.topggsdk.TopGGAPI
-
Fetches
MultiplierStatuswhich tells if currently it is weekend (during weekends, bots receive double votes). - fetchStats() - Method in class dev.mayuna.topggsdk.api.entities.Bot
- fetchUser(String) - Method in class dev.mayuna.topggsdk.TopGGAPI
-
Fetches
Userby their Discord user ID - fetchVoteStatus() - Method in class dev.mayuna.topggsdk.api.entities.User
- fetchVoteStatus(String) - Method in class dev.mayuna.topggsdk.TopGGAPI
-
Fetches status whether a user has voted for your bot.
G
- getDefaultHeads() - Method in class dev.mayuna.topggsdk.TopGGAPI
- getGson() - Method in class dev.mayuna.topggsdk.api.TopGGAPIResponse
- getURL() - Method in class dev.mayuna.topggsdk.TopGGAPI
H
- hasVoted() - Method in class dev.mayuna.topggsdk.api.entities.VoteStatus
M
- MultiplierStatus - Class in dev.mayuna.topggsdk.api.entities
-
Tells if currently is weekend (during weekends, bots receive double votes).
- MultiplierStatus() - Constructor for class dev.mayuna.topggsdk.api.entities.MultiplierStatus
S
- searchBots() - Method in class dev.mayuna.topggsdk.TopGGAPI
-
Searches bots by specified arguments.
- searchBots(int) - Method in class dev.mayuna.topggsdk.TopGGAPI
-
Searches bots by specified arguments.
- searchBots(int, int) - Method in class dev.mayuna.topggsdk.TopGGAPI
-
Searches bots by specified arguments.
- searchBots(int, int, String) - Method in class dev.mayuna.topggsdk.TopGGAPI
-
Searches bots by specified arguments.
- searchBots(int, int, String, String) - Method in class dev.mayuna.topggsdk.TopGGAPI
-
Searches bots by specified arguments.
- searchBots(int, int, String, String, String) - Method in class dev.mayuna.topggsdk.TopGGAPI
-
Searches bots by specified arguments.
- searchBots(String) - Method in class dev.mayuna.topggsdk.TopGGAPI
-
Searches bots by specified arguments.
- searchBots(String, String) - Method in class dev.mayuna.topggsdk.TopGGAPI
-
Searches bots by specified arguments.
- Social() - Constructor for class dev.mayuna.topggsdk.api.entities.User.Social
- Stats - Class in dev.mayuna.topggsdk.api.entities
-
Specific stats about top.gg bot (server count, shards, shard count)
- Stats() - Constructor for class dev.mayuna.topggsdk.api.entities.Stats
T
- TopGGAPI - Class in dev.mayuna.topggsdk
-
Main class of Top-GG API wrapped in Java.
- TopGGAPI(String) - Constructor for class dev.mayuna.topggsdk.TopGGAPI
- TopGGAPI(String, String) - Constructor for class dev.mayuna.topggsdk.TopGGAPI
- TopGGAPIResponse - Class in dev.mayuna.topggsdk.api
-
top.gg's API response.
- TopGGAPIResponse() - Constructor for class dev.mayuna.topggsdk.api.TopGGAPIResponse
U
- updateBotStats(int) - Method in class dev.mayuna.topggsdk.api.entities.Bot
- updateBotStats(int) - Method in class dev.mayuna.topggsdk.TopGGAPI
-
Updates bot's stats.
- updateBotStats(int[]) - Method in class dev.mayuna.topggsdk.api.entities.Bot
- updateBotStats(int[]) - Method in class dev.mayuna.topggsdk.TopGGAPI
-
Updates bot's stats.
- updateBotStats(int[], int) - Method in class dev.mayuna.topggsdk.api.entities.Bot
- updateBotStats(int[], int) - Method in class dev.mayuna.topggsdk.TopGGAPI
-
Updates bot's stats.
- updateBotStats(int, int) - Method in class dev.mayuna.topggsdk.api.entities.Bot
- updateBotStats(int, int) - Method in class dev.mayuna.topggsdk.TopGGAPI
-
Updates bot's stats.
- updateBotStats(int, int[]) - Method in class dev.mayuna.topggsdk.api.entities.Bot
- updateBotStats(int, int[]) - Method in class dev.mayuna.topggsdk.TopGGAPI
-
Updates bot's stats.
- updateBotStats(int, int[], int) - Method in class dev.mayuna.topggsdk.api.entities.Bot
- updateBotStats(int, int[], int) - Method in class dev.mayuna.topggsdk.TopGGAPI
-
Updates bot's stats.
- updateBotStats(int, int, int) - Method in class dev.mayuna.topggsdk.api.entities.Bot
- updateBotStats(int, int, int) - Method in class dev.mayuna.topggsdk.TopGGAPI
-
Updates bot's stats.
- User - Class in dev.mayuna.topggsdk.api.entities
-
Information about top.gg user.
- User() - Constructor for class dev.mayuna.topggsdk.api.entities.User
- User.Social - Class in dev.mayuna.topggsdk.api.entities
V
- VoteStatus - Class in dev.mayuna.topggsdk.api.entities
-
Tells if user voted
- VoteStatus() - Constructor for class dev.mayuna.topggsdk.api.entities.VoteStatus
W
- wasSuccessful() - Method in class dev.mayuna.topggsdk.api.TopGGAPIResponse
All Classes All Packages