Uses of Class
de.pirckheimer_gymnasium.engine_pi.sound.MusicPlayback
Packages that use MusicPlayback
-
Uses of MusicPlayback in de.pirckheimer_gymnasium.engine_pi.sound
Methods in de.pirckheimer_gymnasium.engine_pi.sound that return MusicPlaybackModifier and TypeMethodDescriptionJukebox.getMusic()Gets the "main" music that is playing.Sets the currently playing track to aLoopedTrackwith the specified musicSound.Sets the currently playing track to the specified track.Sets the currently playing track to the specified track.Plays the specified track.Jukebox.playMusic(Track track, Consumer<? super MusicPlayback> config, boolean restart, boolean stop) Plays the specified track, optionally configuring it before starting.Methods in de.pirckheimer_gymnasium.engine_pi.sound that return types with arguments of type MusicPlaybackModifier and TypeMethodDescriptionJukebox.getAllMusic()Liefert eine Liste mit allen Musikwiedergaben.Method parameters in de.pirckheimer_gymnasium.engine_pi.sound with type arguments of type MusicPlaybackModifier and TypeMethodDescriptionJukebox.playMusic(Track track, Consumer<? super MusicPlayback> config, boolean restart, boolean stop) Plays the specified track, optionally configuring it before starting.