Module watamebot

Interface IDatabaseManager

All Known Implementing Classes:
DatabaseManager

public interface IDatabaseManager
  • Method Details

    • isReady

      boolean isReady()
      Check if all guild data has been processed and is ready for use.
      Returns:
      Returns true when all data has been loaded from the database
    • register

      boolean register(@NotNull @NotNull Plugin owningPlugin, @NotNull @NotNull AbstractDatabase database) throws IOException
      Throws:
      IOException
    • isDatabaseRegistered

      boolean isDatabaseRegistered(@NotNull @NotNull AbstractDatabase database)
    • getName

      @NotNull @NotNull String getName()