Interface AtreusAPI


public interface AtreusAPI
  • Method Details

    • getServerName

      String getServerName()
      Returns the name of the server.
      Returns:
      The server name.
    • getGson

      com.google.gson.Gson getGson()
      Returns a Gson instance with default configuration.
      Returns:
      A Gson object.
    • getDatastoreAPI

      DatastoreAPI getDatastoreAPI()
      Returns a DatastoreAPI object.
      Returns:
      The DatastoreAPI object.
    • getPluginActionAPI

      PluginActionAPI getPluginActionAPI()
      Returns a PluginActionAPI object.
      Returns:
      The PluginActionAPI object.
    • getServerPort

      String getServerPort()
      It returns the port number of the server.
      Returns:
      The server port.
    • getServerIp

      String getServerIp()
      Returns the IP address of the server.
      Returns:
      The server IP address.