Uses of Interface
de.pirckheimer_gymnasium.engine_pi.sound.Track
Packages that use Track
Package
Description
Klassen zur Audiowiedergabe.
-
Uses of Track in de.pirckheimer_gymnasium.engine_pi
Methods in de.pirckheimer_gymnasium.engine_pi with parameters of type TrackModifier and TypeMethodDescriptionstatic 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. -
Uses of Track in de.pirckheimer_gymnasium.engine_pi.sound
Classes in de.pirckheimer_gymnasium.engine_pi.sound that implement TrackModifier and TypeClassDescriptionclassEine Audiospur, die einmalig eine Eingangsmusik und die darauf folgende Musik in einer Endlosschleife abspielt.classclassATrackthat plays a sound once and then stops.Methods in de.pirckheimer_gymnasium.engine_pi.sound that return TrackConstructors in de.pirckheimer_gymnasium.engine_pi.sound with parameters of type Track