Interface JukeboxPlayable.Builder
- All Superinterfaces:
DataComponentBuilder<JukeboxPlayable>
- Enclosing interface:
JukeboxPlayable
@Experimental
@NonExtendable
public static interface JukeboxPlayable.Builder
extends DataComponentBuilder<JukeboxPlayable>
Builder for
JukeboxPlayable.- Since:
- 1.21.3
-
Method Summary
Methods inherited from interface DataComponentBuilder
build
-
Method Details
-
jukeboxSong
Sets the jukebox song.- Parameters:
song- the song- Returns:
- the builder for chaining
- Since:
- 1.21.3
- See Also:
-