Packages that use Sounds | |
---|---|
com.realtime.crossfire.jxclient.sound |
Uses of Sounds in com.realtime.crossfire.jxclient.sound |
---|
Fields in com.realtime.crossfire.jxclient.sound with type parameters of type Sounds | |
---|---|
private java.util.Collection<Sounds> |
SoundManager.mutedSounds
The muted sounds. |
Methods in com.realtime.crossfire.jxclient.sound that return Sounds | |
---|---|
static Sounds |
Sounds.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Sounds[] |
Sounds.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.realtime.crossfire.jxclient.sound with parameters of type Sounds | |
---|---|
private void |
SoundManager.mute(Sounds type,
boolean mute)
Mutes or unmutes sound effects. |
void |
SoundManager.playClip(Sounds type,
java.lang.String name,
java.lang.String action)
Plays a sound clip. |