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 boolean AUTOMATICALLY_ENABLE_MODULES
    Automatically enable loaded modules
    static boolean LOAD_MODULES
    Automatically 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_MODULES
      Automatically enable loaded modules
    • LOAD_MODULES

      public static boolean LOAD_MODULES
      Automatically load modules
  • Constructor Details

    • Configuration

      public Configuration()