Class ModConfigData

java.lang.Object
io.github.zhengzhengyiyi.api.config.ConfigData
io.github.zhengzhengyiyi.config.ModConfigData

public class ModConfigData extends ConfigData
Configuration data class that holds all configurable variables for the editor. This class is used for JSON serialization and deserialization.
  • Field Details

    • readonly_mode

      @SerializedName("readonly_mode") public boolean readonly_mode
      If it is true, you can not edit the files
    • hint

      @SerializedName("hint") public boolean hint
      If enable, it will enable the auto hint like if you pressed "(" it will make a ")"
    • theme

      The theme of the editor ModConfigData.ThemeMode
    • doRenderBackground

      public boolean doRenderBackground
      If true, it will use theme to render background
    • doSuggestions

      public boolean doSuggestions
      to enable suggestions when you type
  • Constructor Details

    • ModConfigData

      public ModConfigData()