Uses of Interface
org.collebol.client.audio.AudioPlayer
Packages that use AudioPlayer
-
Uses of AudioPlayer in org.collebol.client.audio
Classes in org.collebol.client.audio that implement AudioPlayerModifier and TypeClassDescriptionclassThe CameraSoundPlayer class is responsible for playing sounds relative to the camera's position.classThe SoundPlayer class manages the playback of audio sounds in the game.Methods in org.collebol.client.audio with type parameters of type AudioPlayerModifier and TypeMethodDescription<T extends AudioPlayer>
voidSoundHandler.registerNewPlayer(T audioPlayer) Registers a new audio player.