Uses of Enum Class
games.stendhal.common.constants.SoundID
Packages that use 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
Methods in games.stendhal.client.sound with parameters of type SoundID -
Uses of SoundID in games.stendhal.common.constants
Methods in games.stendhal.common.constants that return SoundID -
Uses of SoundID in games.stendhal.server.events
Constructors in games.stendhal.server.events with parameters of type SoundIDModifierConstructorDescriptionSoundEvent(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.