Class BetterStatsConfig

java.lang.Object
io.github.thecsdev.tcdcommons.api.config.AutoConfig
io.github.thecsdev.betterstats.BetterStatsConfig
All Implemented Interfaces:
io.github.thecsdev.tcdcommons.api.config.ACJsonHandler<com.google.gson.JsonObject>

public class BetterStatsConfig extends io.github.thecsdev.tcdcommons.api.config.AutoConfig
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static boolean
    Indicates whether or not the user consents to this mod communicating with the server the user is playing on.
    static boolean
     
    boolean
     
    boolean
     
    boolean
     
    boolean
     
     
    boolean
     

    Fields inherited from class io.github.thecsdev.tcdcommons.api.config.AutoConfig

    FILE_EXTENSION, fileName, filePath, GSON
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class io.github.thecsdev.tcdcommons.api.config.AutoConfig

    deserializeProperty, getPropertyFields, getPropertyName, loadFromFile, loadFromFileOrCrash, loadFromJson, saveToFile, saveToFileOrCrash, saveToJson, serializeProperty, tryLoadFromFile, trySaveToFile

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface io.github.thecsdev.tcdcommons.api.config.ACJsonHandler

    loadFromJsonElement
  • Field Details

    • DEBUG_MODE

      public static boolean DEBUG_MODE
    • guiSmoothScroll

      public boolean guiSmoothScroll
    • guiMobsFollowCursor

      public boolean guiMobsFollowCursor
    • trustAllServersBssNet

      public boolean trustAllServersBssNet
    • registerCommands

      public boolean registerCommands
    • enableServerSAS

      public boolean enableServerSAS
    • sasConfig

      public SASConfig sasConfig
  • Constructor Details

    • BetterStatsConfig

      public BetterStatsConfig(String name)