-
- All Implemented Interfaces:
public class ConsoleSettings
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
ConsoleSettings.Keystroke
-
Field Summary
Fields Modifier and Type Field Description private Float
fontScaling
private String
commandSeparator
private Integer
maxScrollback
private Float
typoCorrectionThreshold
private Boolean
showBackground
private Boolean
useHomeForStorage
private Boolean
devModeTogglesDebugFlags
private CheatTarget
defaultCombatCheatTarget
private Boolean
showEnteredCommands
private Boolean
showMemoryUsage
private Boolean
showCursorIndex
private Boolean
showExceptionDetails
private Color
outputColor
private ConsoleSettings.Keystroke
consoleSummonKey
private final Boolean
cheatsAllowedForSave
public final static ConsoleSettings
INSTANCE
-
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()
-
-
-
-