Package org.lazywizard.console
Object ConsoleSettings
-
- All Implemented Interfaces:
public class ConsoleSettings
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classConsoleSettings.Keystroke
-
Field Summary
Fields Modifier and Type Field Description private FloatfontScalingprivate StringcommandSeparatorprivate IntegermaxScrollbackprivate FloattypoCorrectionThresholdprivate BooleanshowBackgroundprivate BooleanuseHomeForStorageprivate BooleandevModeTogglesDebugFlagsprivate CheatTargetdefaultCombatCheatTargetprivate BooleanshowEnteredCommandsprivate BooleanshowMemoryUsageprivate BooleanshowCursorIndexprivate BooleanshowExceptionDetailsprivate ColoroutputColorprivate ConsoleSettings.KeystrokeconsoleSummonKeyprivate final BooleancheatsAllowedForSavepublic final static ConsoleSettingsINSTANCE
-
Method Summary
-
-
Method Detail
-
resetToDefaults
final Unit resetToDefaults()
-
getFontScaling
final Float getFontScaling()
-
setFontScaling
final Unit setFontScaling(Float fontScaling)
-
getCommandSeparator
final String getCommandSeparator()
-
setCommandSeparator
final Unit setCommandSeparator(String commandSeparator)
-
getMaxScrollback
final Integer getMaxScrollback()
-
setMaxScrollback
final Unit setMaxScrollback(Integer maxScrollback)
-
getTypoCorrectionThreshold
final Float getTypoCorrectionThreshold()
-
setTypoCorrectionThreshold
final Unit setTypoCorrectionThreshold(Float typoCorrectionThreshold)
-
getShowBackground
final Boolean getShowBackground()
-
setShowBackground
final Unit setShowBackground(Boolean showBackground)
-
getUseHomeForStorage
final Boolean getUseHomeForStorage()
-
setUseHomeForStorage
final Unit setUseHomeForStorage(Boolean useHomeForStorage)
-
getDevModeTogglesDebugFlags
final Boolean getDevModeTogglesDebugFlags()
-
setDevModeTogglesDebugFlags
final Unit setDevModeTogglesDebugFlags(Boolean devModeTogglesDebugFlags)
-
getDefaultCombatCheatTarget
final CheatTarget getDefaultCombatCheatTarget()
-
setDefaultCombatCheatTarget
final Unit setDefaultCombatCheatTarget(CheatTarget defaultCombatCheatTarget)
-
getShowEnteredCommands
final Boolean getShowEnteredCommands()
-
setShowEnteredCommands
final Unit setShowEnteredCommands(Boolean showEnteredCommands)
-
getShowMemoryUsage
final Boolean getShowMemoryUsage()
-
setShowMemoryUsage
final Unit setShowMemoryUsage(Boolean showMemoryUsage)
-
getShowCursorIndex
final Boolean getShowCursorIndex()
-
setShowCursorIndex
final Unit setShowCursorIndex(Boolean showCursorIndex)
-
getShowExceptionDetails
final Boolean getShowExceptionDetails()
-
setShowExceptionDetails
final Unit setShowExceptionDetails(Boolean showExceptionDetails)
-
getOutputColor
final Color getOutputColor()
-
setOutputColor
final Unit setOutputColor(Color outputColor)
-
getConsoleSummonKey
final ConsoleSettings.Keystroke getConsoleSummonKey()
-
setConsoleSummonKey
final Unit setConsoleSummonKey(ConsoleSettings.Keystroke consoleSummonKey)
-
getCheatsAllowedForSave
final Boolean getCheatsAllowedForSave()
-
-
-
-