Package net.minheur.potoflux.actionRuns
Class ActionRuns
java.lang.Object
net.minheur.potoflux.actionRuns.ActionRuns
the potoflux reg for the action runs
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SmartSupplier<ActionRun>static final SmartSupplier<ActionRun>static final SmartSupplier<ActionRun>static final SmartSupplier<ActionRun>Connect to your account with your token, if you have onestatic final SmartSupplier<ActionRun>static final SmartSupplier<ActionRun>static final SmartSupplier<ActionRun>This action fills the terminal when the UI startsstatic final SmartSupplier<ActionRun>static final SmartSupplier<ActionRun>static final SmartSupplier<ActionRun>static final SmartSupplier<ActionRun>This action saves the terminal when the app closesstatic final SmartSupplier<ActionRun> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidregister(RegisterRunsEvent event) This registers all action runs to the main reg
-
Field Details
-
FILL_TERMINAL
This action fills the terminal when the UI starts -
UPDATE_AUTH_BUTTONS
-
DISPLAY_MOD_UPDATES
-
DISPLAY_MOD_ERRORS
-
CHECK_POTOFLUX_UPDATE
-
CHECK_RICK_ROLL
-
LOAD_COMMAND_HISTORY
-
CONNECT_TOKEN
Connect to your account with your token, if you have one -
CHECK_ALLOW_ACCOUNT_CREATION
-
INIT_NOTIFICATIONS
-
SAVE_TERMINAL
This action saves the terminal when the app closes -
SAVE_COMMAND_HISTORY
-
-
Constructor Details
-
ActionRuns
public ActionRuns()
-
-
Method Details
-
register
This registers all action runs to the main reg- Parameters:
event- the event to register all actions to
-