- All Known Implementing Classes:
DatabaseManager
public interface IDatabaseManager
-
Method Summary
Modifier and TypeMethodDescriptiongetName()booleanisDatabaseRegistered(AbstractDatabase database) booleanisReady()Check if all guild data has been processed and is ready for use.booleanregister(Plugin owningPlugin, AbstractDatabase database)
-
Method Details
-
isReady
boolean isReady()Check if all guild data has been processed and is ready for use.- Returns:
- Returns
truewhen all data has been loaded from the database
-
register
boolean register(@Nonnull Plugin owningPlugin, @Nonnull AbstractDatabase database) throws IOException - Throws:
IOException
-
isDatabaseRegistered
-
getName
-