Package net.minheur.potoflux.settings
Class Settings
java.lang.Object
net.minheur.potoflux.settings.Settings
List of all Potoflux's settings
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SmartSupplier<Setting>Setting to change the ASCII that get printed on startup
Values is betweenASCIIsstatic final SmartSupplier<Setting>Weather the terminal's ASCII need to be printed even if it isn't emptystatic final SmartSupplier<Setting>Setting to change the lang of the app, between the values ofLangstatic final SmartSupplier<Setting>Setting to change the placement of the tab's list.static final SmartSupplier<Setting>Setting to change the theme of the app. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidregister(@NotNull RegisterSettingEvent event) Create and registers all items
-
Field Details
-
LANG
Setting to change the lang of the app, between the values ofLang -
ASCII
Setting to change the ASCII that get printed on startup
Values is betweenASCIIs -
ASCII_ON_START
Weather the terminal's ASCII need to be printed even if it isn't empty -
THEME
Setting to change the theme of the app. The themes are listed inThemes -
TAB_PLACEMENT
Setting to change the placement of the tab's list. Is withinTabSides
-
-
Constructor Details
-
Settings
public Settings()
-
-
Method Details
-
register
Create and registers all items- Parameters:
event- to add items to
-