Package com.codinglitch.lexiconfig
Class Lexiconfig
java.lang.Object
com.codinglitch.lexiconfig.LexiconfigApi
com.codinglitch.lexiconfig.Lexiconfig
-
Nested Class Summary
Nested classes/interfaces inherited from class com.codinglitch.lexiconfig.LexiconfigApi
LexiconfigApi.EventType, LexiconfigApi.Extension, LexiconfigApi.Location -
Field Summary
FieldsFields inherited from class com.codinglitch.lexiconfig.LexiconfigApi
INSTANCE, LIBRARIES, LISTENERS, SHELVED_LEXICONS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetConfigPath(LexiconfigApi.Location location) This is used to retrieve the configuration folder path, dependent on the modloader.static voidstatic <T> TloadService(Class<T> clazz) static voidstatic voidpublish()static voidrevise()Methods inherited from class com.codinglitch.lexiconfig.LexiconfigApi
callEvent, debug, error, findLibrary, info, registerListener, shelveLexicon, warn
-
Field Details
-
API
-
ID
- See Also:
-
-
Constructor Details
-
Lexiconfig
public Lexiconfig()
-
-
Method Details
-
loadService
-
getConfigPath
Description copied from class:LexiconfigApiThis is used to retrieve the configuration folder path, dependent on the modloader.- Specified by:
getConfigPathin classLexiconfigApi- Returns:
- The path of the config folder
-
revise
public static void revise() -
publish
public static void publish() -
initialize
public static void initialize() -
postInitialize
public static void postInitialize()
-