Uses of Interface
com.blackrook.gloop.openal.util.system.SoundLocation
Packages that use SoundLocation
-
Uses of SoundLocation in com.blackrook.gloop.openal.util.system
Methods in com.blackrook.gloop.openal.util.system that return SoundLocationModifier and TypeMethodDescriptionstatic SoundLocationSoundSystem.location(float x, float y, float z, float angle) Creates a new location instance.Methods in com.blackrook.gloop.openal.util.system with parameters of type SoundLocationModifier and TypeMethodDescriptionvoidSoundSystem.pauseLocation(SoundLocation location) Pauses all instances of sounds playing on a location.voidSoundSystem.play(SoundData data, SoundGroupType group, SoundCategoryType category, SoundLocation location) Plays a sound.voidSoundSystem.play(SoundData data, SoundGroupType group, SoundCategoryType category, SoundLocation location, Integer channel) Plays a sound.voidSoundSystem.play(SoundData data, SoundGroupType group, SoundLocation location) Plays a sound.voidSoundSystem.playLooping(SoundData data, SoundGroupType group, SoundCategoryType category, SoundLocation location) Plays a looping sound.voidSoundSystem.playLooping(SoundData data, SoundGroupType group, SoundCategoryType category, SoundLocation location, Integer channel) Plays a looping sound.voidSoundSystem.playLooping(SoundData data, SoundGroupType group, SoundLocation location) Plays a looping sound.voidSoundSystem.resumeLocation(SoundLocation location) Resumes all instances of sounds playing on a location.voidSoundSystem.setObserver(SoundLocation location) Sets the observer location.voidSoundSystem.stopLocation(SoundLocation location, Integer channel) Stops all sounds on a location.