Package net.ME1312.Galaxi
Class Galaxi
java.lang.Object
net.ME1312.Galaxi.Galaxi
Galaxi API Class
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract File
Gets the AppData Directoryabstract PluginInfo
Gets the Galaxi Engine Infoabstract CommandProcessor
Get the Command Processorabstract ConsoleCommandSender
Get the Console Senderabstract PluginInfo
Gets the Galaxi Engine Infostatic Galaxi
Gets the GalaxiEngine API Methodsabstract PluginManager
Get the Plugin Managerabstract File
Gets the Runtime Directory
-
Constructor Details
-
Galaxi
public Galaxi()
-
-
Method Details
-
getInstance
Gets the GalaxiEngine API Methods- Returns:
- GalaxiEngine API
-
getConsole
Get the Console Sender- Returns:
- Console Command Sender
-
getCommandProcessor
Get the Command Processor- Returns:
- Command Processor
-
getPluginManager
Get the Plugin Manager- Returns:
- Plugin Manager
-
getRuntimeDirectory
Gets the Runtime Directory- Returns:
- Runtime Directory
-
getAppDataDirectory
Gets the AppData Directory- Returns:
- AppData Directory
-
getAppInfo
Gets the Galaxi Engine Info- Returns:
- Galaxi Engine Info
-
getEngineInfo
Gets the Galaxi Engine Info- Returns:
- Galaxi Engine Info
-