Uses of Interface
dev.wyck.environment.sounds.Music
Packages that use Music
-
Uses of Music in dev.wyck.environment.sounds
Methods in dev.wyck.environment.sounds that return MusicModifier and TypeMethodDescriptionMusic.Builder.build()Builds the music record.static MusicReads Minecraft music into a wrapper.static MusicMusic.of(SoundEvent sound, int minDelay, int maxDelay, boolean replaceCurrentMusic) Creates a new music record.static MusicCreates a new music record.static MusicCreates a new music record.Methods in dev.wyck.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.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.Constructors in dev.wyck.environment.sounds with parameters of type Music