Uses of Enum Class
games.stendhal.common.constants.SoundID
Package
Description
the sound and music system, see package facade
common classes for both server and client.
Events are notifications send from the server to the clients.
-
Uses of SoundID in games.stendhal.client.sound
-
Uses of SoundID in games.stendhal.common.constants
-
Uses of SoundID in games.stendhal.server.events
ModifierConstructorDescriptionSoundEvent(SoundID id, int radius, int volume, SoundLayer layer)
Creates a new sound event using an ID with specified range and volume.SoundEvent(SoundID id, int volume, SoundLayer layer)
Creates a new sound event using an ID with a volume and infinite range.SoundEvent(SoundID id, SoundLayer layer)
Creates a new sound event using an ID with an infinite range.