Class BackupsSection

java.lang.Object
net.mcreator.preferences.PreferencesSection
net.mcreator.preferences.data.BackupsSection

public class BackupsSection extends PreferencesSection
  • Field Details

    • workspaceAutosaveInterval

      public final IntegerEntry workspaceAutosaveInterval
    • automatedBackupInterval

      public final IntegerEntry automatedBackupInterval
    • numberOfBackupsToStore

      public final IntegerEntry numberOfBackupsToStore
    • backupOnVersionSwitch

      public final BooleanEntry backupOnVersionSwitch
  • Constructor Details

    • BackupsSection

      public BackupsSection(String preferencesIdentifier)
  • Method Details