Package com.github.twitch4j.modules
Class Configuration
java.lang.Object
com.github.twitch4j.modules.Configuration
public class Configuration
extends java.lang.Object
Module Configuration
-
Field Summary
Fields Modifier and Type Field Description static booleanAUTOMATICALLY_ENABLE_MODULESAutomatically enable loaded modulesstatic booleanLOAD_MODULESAutomatically load modules -
Constructor Summary
Constructors Constructor Description Configuration() -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
AUTOMATICALLY_ENABLE_MODULES
public static boolean AUTOMATICALLY_ENABLE_MODULESAutomatically enable loaded modules -
LOAD_MODULES
public static boolean LOAD_MODULESAutomatically load modules
-
-
Constructor Details
-
Configuration
public Configuration()
-