D E O P 
All Classes All Packages

D

disableAutoPost() - Method in class org.botblock.javabotblockapi.jda.PostAction
Disables the automatic posting of Stats.
disableAutoPost(long, TimeUnit) - Method in class org.botblock.javabotblockapi.jda.PostAction
Disables the automatic posting of Stats.
disableAutoPost(BotBlockAPI) - Method in class org.botblock.javabotblockapi.jda.PostAction
Disables the automatic posting of Stats.

E

enableAutoPost(JDA, BotBlockAPI) - Method in class org.botblock.javabotblockapi.jda.PostAction
Starts a scheduleAtFixedRate task, which will post the statistics of the provided JDA instance every n minutes.
enableAutoPost(ShardManager, BotBlockAPI) - Method in class org.botblock.javabotblockapi.jda.PostAction
Starts a scheduleAtFixedRate task, which will post the statistics of the provided ShardManager instance every n minutes.

O

org.botblock.javabotblockapi.jda - package org.botblock.javabotblockapi.jda
This is the JDA module which is used to provide support for the Java Discord API (JDA) Library.

P

PostAction - Class in org.botblock.javabotblockapi.jda
Class used to perform POST requests towards the /api/count endpoint of BotBlock using the JDA Library.
PostAction(JDA) - Constructor for class org.botblock.javabotblockapi.jda.PostAction
Creates a new instance of this class.
PostAction(ShardManager) - Constructor for class org.botblock.javabotblockapi.jda.PostAction
Creates a new instance of this class.
postGuilds(JDA, BotBlockAPI) - Method in class org.botblock.javabotblockapi.jda.PostAction
Performs a POST request towards the BotBlock API using the information from the provided JDA and BotBlockAPI instances.
postGuilds(ShardManager, BotBlockAPI) - Method in class org.botblock.javabotblockapi.jda.PostAction
Performs a POST request towards the BotBlock API using the information from the provided ShardManager and BotBlockAPI instances.
D E O P 
All Classes All Packages