22 package com.realtime.crossfire.jxclient.sound;
25 import org.jetbrains.annotations.NotNull;
44 super(
"<html>Plays sound effects and background music if checked.");
SoundCheckBoxOption(@NotNull final SoundManager soundManager)
Creates a new instance.
void execute(final boolean checked)
void setEnabled(final boolean enabled)
Sets whether the sound system is enabled.
final SoundManager soundManager
The SoundManager instance to affect.
boolean checked
The current state.
boolean isDefaultChecked()
The base class for all check box options.
A CheckBoxOption that enables/disables sound support.