Class SettingManager.Config

java.lang.Object
com.jackdaw.chatwithnpc.SettingManager.Config
Enclosing class:
SettingManager

private static final class SettingManager.Config extends Object
  • Field Details

    • enabled

      private boolean enabled
    • range

      private double range
    • language

      private String language
    • wordLimit

      private int wordLimit
    • apiKey

      private String apiKey
    • model

      private String model
    • apiURL

      private String apiURL
    • isBubble

      private boolean isBubble
    • isChatBar

      private boolean isChatBar
    • textBackgroundColor

      private String textBackgroundColor
    • timeLastingPerChar

      private long timeLastingPerChar
  • Constructor Details

    • Config

      private Config()
  • Method Details

    • toJson

      private static String toJson()
    • set

      private void set()