Uses of Interface
de.pirckheimer_gymnasium.engine_pi.sound.Track
Packages that use Track
-
Uses of Track in de.pirckheimer_gymnasium.engine_pi.sound
Classes in de.pirckheimer_gymnasium.engine_pi.sound that implement TrackModifier and TypeClassDescriptionclassATrackthat plays an intro sound and then loops the specified music sound.classclassATrackthat plays a sound once and then stops.Methods in de.pirckheimer_gymnasium.engine_pi.sound that return TrackMethods in de.pirckheimer_gymnasium.engine_pi.sound with parameters of type TrackModifier and TypeMethodDescriptionSets 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.