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 TypeMethodDescriptionvoidvoidgetConfigPath(LexiconfigApi.Location location) This is used to retrieve the configuration folder path, dependent on the modloader.voidstatic voidstatic <T> TloadService(Class<T> clazz) static voidstatic voidpublish()static voidrevise()voidMethods inherited from class com.codinglitch.lexiconfig.LexiconfigApi
callEvent, findLibrary, registerListener, shelveLexicon
-
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
-
info
- Specified by:
infoin classLexiconfigApi
-
debug
- Specified by:
debugin classLexiconfigApi
-
warn
- Specified by:
warnin classLexiconfigApi
-
error
- Specified by:
errorin classLexiconfigApi
-
revise
public static void revise() -
publish
public static void publish() -
initialize
public static void initialize() -
postInitialize
public static void postInitialize()
-