Uses of Class
de.pirckheimer_gymnasium.engine_pi.sound.MusicPlayback
Packages that use MusicPlayback
Package
Description
-
Uses of MusicPlayback in de.pirckheimer_gymnasium.engine_pi
Methods in de.pirckheimer_gymnasium.engine_pi that return MusicPlaybackModifier and TypeMethodDescriptionstatic MusicPlaybackJukebox.getMusic()Gets the "main" music that is playing.static MusicPlaybackJukebox.playIntroTrack(String intro, String loop) Spielt zwei als Zeichenkette angegeben Audiodatei ab: Die Erste nur einmalig und die darauf Folgende in einer Endlosschleife.static MusicPlaybackSets the currently playing track to aLoopedTrackwith the specified musicSound.static MusicPlaybackSets the currently playing track to aLoopedTrackwith the specified musicSound.static MusicPlaybackSets the currently playing track to the specified track.static MusicPlaybackSets the currently playing track to the specified track.static MusicPlaybackPlays the specified track.static MusicPlaybackJukebox.playMusic(Track track, Consumer<? super MusicPlayback> config, boolean restart, boolean stop) Plays the specified track, optionally configuring it before starting.static MusicPlaybackSpielt die als Zeichenkette angegebene Audio-Datei in einer Endlosschleife ab.static MusicPlaybackSets the currently playing track to aLoopedTrackwith the specified musicSound.Methods in de.pirckheimer_gymnasium.engine_pi that return types with arguments of type MusicPlaybackModifier and TypeMethodDescriptionstatic Collection<MusicPlayback>Jukebox.getAllMusic()Liefert eine Liste mit allen Musikwiedergaben.Method parameters in de.pirckheimer_gymnasium.engine_pi with type arguments of type MusicPlaybackModifier and TypeMethodDescriptionstatic MusicPlaybackJukebox.playMusic(Track track, Consumer<? super MusicPlayback> config, boolean restart, boolean stop) Plays the specified track, optionally configuring it before starting.