Module watamebot

Interface IGuildData

All Known Implementing Classes:
GuildData

public interface IGuildData
Interface containing methods used to access GuildData instances.
Author:
Ashley
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
    long
    Get the guild id this instance represents
    Get the temporary data store for this instance.
  • Method Details

    • getTempData

      Get the temporary data store for this instance.
      Returns:
      A concurrent map containing temporary data
    • getGuildID

      long getGuildID()
      Get the guild id this instance represents
      Returns:
      Returns the guld id as a long
    • getConfig

      Deprecated, for removal: This API element is subject to removal in a future version.
      Get the guild JSON configuration.
      Returns:
      An extension of a JSONObject with a set function for updates and removals or null if no database data has been passed