Package net.fateuhc.plugin.api
Class FateUHCAPI
java.lang.Object
net.fateuhc.plugin.api.FateUHCAPI
The FateUHCAPI allows you to hook into FateUHC to either modify and grab data
or to add new features and events. Questions? https://bghddevelopment.com/discord
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThegetBorderManager()method allows you to get border settings and shrinks along with modifying values.ThisgetConfigManager()method allows you to grab saved game configurations and save new ones.ThegetGameManager()method allows you to modify almost all parts of the game.ThegetMongoManager()method allows you to get the stats and server databases to modify stats or game settings directly via MongoDB.ThegetMySQLManager()method allows you to get the stats and server databases to modify stats or game settings directly via MySQL.ThegetProfileManager()method allows you to use settings inside the profile management class.ThisgetScenariosManager()method allows you to modify most aspects about scenarios.ThisgetTeamManager()method allows you to grab data about parties and manage them.ThegetWorldsManager()method allows you to grab and modify world names, settings, and game world loading.static boolean
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
FateUHCAPI
public FateUHCAPI()
-
-
Method Details
-
isRegistered
public static boolean isRegistered()- Returns:
- Is the FateUHCAPI enabled and registered?
-
getProfileManager
ThegetProfileManager()method allows you to use settings inside the profile management class. This gives you info on specs, settings, and more.- Returns:
ProfileManager
-
getTeamManager
ThisgetTeamManager()method allows you to grab data about parties and manage them.- Returns:
TeamManager
-
getConfigManager
ThisgetConfigManager()method allows you to grab saved game configurations and save new ones.- Returns:
ConfigManager
-
getScenariosManager
ThisgetScenariosManager()method allows you to modify most aspects about scenarios. You can set mole player's, manually enable scenarios, view current enabled scenarios, list all scenarios, and more.- Returns:
ScenariosManager
-
getGameManager
ThegetGameManager()method allows you to modify almost all parts of the game. You can grab game data including the mode, state, items, game inventories, and much more.- Returns:
GameManager
-
getWorldsManager
ThegetWorldsManager()method allows you to grab and modify world names, settings, and game world loading.- Returns:
WorldsManager
-
getBorderManager
ThegetBorderManager()method allows you to get border settings and shrinks along with modifying values.- Returns:
BorderManager
-
getMongoManager
ThegetMongoManager()method allows you to get the stats and server databases to modify stats or game settings directly via MongoDB.- Returns:
MongoManager
-
getMySQLManager
ThegetMySQLManager()method allows you to get the stats and server databases to modify stats or game settings directly via MySQL.- Returns:
MySQLManager.
-