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 TypeFieldDescriptionfinal ActionRunfinal ActionRunfinal ActionRunfinal ActionRunThis action fills the terminal when the UI startsstatic ActionRunsThe instance of the reg, used to access action runsfinal ActionRunfinal ActionRunfinal ActionRunThis action saves the terminal when the app closes -
Method Summary
Modifier and TypeMethodDescriptionstatic voidregister(RegisterRunsEvent event) This registers all action runs to the main reg
-
Field Details
-
INSTANCE
The instance of the reg, used to access action runs -
FILL_TERMINAL
This action fills the terminal when the UI starts -
CHECK_RICK_ROLL
-
DISPLAY_MOD_UPDATES
-
CHECK_POTOFLUX_UPDATE
-
LOAD_COMMAND_HISTORY
-
SAVE_TERMINAL
This action saves the terminal when the app closes -
SAVE_COMMAND_HISTORY
-
-
Method Details
-
register
This registers all action runs to the main reg- Parameters:
event- the event to register all actions to
-