Interface AtreusAPI
public interface AtreusAPI
-
Method Summary
Modifier and TypeMethodDescriptionReturns a DatastoreAPI object.com.google.gson.GsongetGson()Returns a Gson instance with default configuration.Returns a PluginActionAPI object.Returns the IP address of the server.Returns the name of the server.It returns the port number of the server.
-
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.
-