Class BackgroundMusic.Builder
java.lang.Object
dev.wyck.wrapper.environment.sounds.BackgroundMusic.Builder
- Enclosing interface:
BackgroundMusic
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the background music.creativeMusic(@Nullable Music creativeMusic) Sets the creative music.defaultMusic(@Nullable Music defaultMusic) Sets the default music.underwaterMusic(@Nullable Music underwaterMusic) Sets the underwater music.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
defaultMusic
Sets the default music.- Parameters:
defaultMusic- the default music- Returns:
- this builder
- Since:
- 2.4.1
-
creativeMusic
Sets the creative music.- Parameters:
creativeMusic- the creative music- Returns:
- this builder
- Since:
- 2.4.1
-
underwaterMusic
Sets the underwater music.- Parameters:
underwaterMusic- the underwater music- Returns:
- this builder
- Since:
- 2.4.1
-
build
Builds the background music.- Returns:
- a new background music record
- Since:
- 2.4.1
-