Package net.mcreator.preferences.data
Class HiddenSection
java.lang.Object
net.mcreator.preferences.PreferencesSection
net.mcreator.preferences.data.HiddenSection
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal BooleanEntryfinal BooleanEntryfinal PreferencesEntry<File> final StringEntryfinal StringEntry -
Method Summary
Methods inherited from class net.mcreator.preferences.PreferencesSection
addEntry, addPluginEntry
-
Field Details
-
fullScreen
-
java_home
-
uiTheme
-
enableJavaPlugins
-
lastWebsiteNewsRead
-
-
Method Details
-
isVisible
public boolean isVisible()- Overrides:
isVisiblein classPreferencesSection- Returns:
- True
PreferencesDialogshould display thisPreferencesSection. Usually, this should always be true. This was implemented forHiddenSection.
-
getSectionKey
- Specified by:
getSectionKeyin classPreferencesSection- Returns:
- The registry name of this specific section. It is used, among other things, for the localization's key of the
PreferencesEntryinside this section.
-