Uses of Interface
dev.wyck.wrapper.environment.sounds.Music
Packages that use Music
-
Uses of Music in dev.wyck.wrapper.environment.sounds
Fields in dev.wyck.wrapper.environment.sounds with type parameters of type MusicMethods in dev.wyck.wrapper.environment.sounds that return MusicModifier and TypeMethodDescriptionMusic.Builder.build()Builds the music record.static MusicMusic.of(SoundEvent sound, int minDelay, int maxDelay, boolean replaceCurrentMusic) Creates a new music record.Methods in dev.wyck.wrapper.environment.sounds that return types with arguments of type MusicModifier and TypeMethodDescriptionBackgroundMusic.creativeMusic()Gets the creative music.BackgroundMusic.defaultMusic()Gets the default music.BackgroundMusic.underwaterMusic()Gets the underwater music.Methods in dev.wyck.wrapper.environment.sounds with parameters of type MusicModifier and TypeMethodDescriptionBackgroundMusic.Builder.creativeMusic(@Nullable Music creativeMusic) Sets the creative music.BackgroundMusic.Builder.defaultMusic(@Nullable Music defaultMusic) Sets the default music.static BackgroundMusicCreates a new background music record.BackgroundMusic.Builder.underwaterMusic(@Nullable Music underwaterMusic) Sets the underwater music.