Class ActionRuns

java.lang.Object
net.minheur.potoflux.actionRuns.ActionRuns

public class ActionRuns extends Object
the potoflux reg for the action runs
  • Field Details

    • INSTANCE

      public static ActionRuns INSTANCE
      The instance of the reg, used to access action runs
    • FILL_TERMINAL

      public final ActionRun FILL_TERMINAL
      This action fills the terminal when the UI starts
    • CHECK_RICK_ROLL

      public final ActionRun CHECK_RICK_ROLL
    • DISPLAY_MOD_UPDATES

      public final ActionRun DISPLAY_MOD_UPDATES
    • CHECK_POTOFLUX_UPDATE

      public final ActionRun CHECK_POTOFLUX_UPDATE
    • LOAD_COMMAND_HISTORY

      public final ActionRun LOAD_COMMAND_HISTORY
    • SAVE_TERMINAL

      public final ActionRun SAVE_TERMINAL
      This action saves the terminal when the app closes
    • SAVE_COMMAND_HISTORY

      public final ActionRun SAVE_COMMAND_HISTORY
  • Method Details

    • register

      public static void register(RegisterRunsEvent event)
      This registers all action runs to the main reg
      Parameters:
      event - the event to register all actions to