Interface JukeboxPlayable.Builder
- All Superinterfaces:
- DataComponentBuilder<JukeboxPlayable>
- Enclosing interface:
- JukeboxPlayable
@Experimental
@NonExtendable
public static interface JukeboxPlayable.Builder
extends DataComponentBuilder<JukeboxPlayable>
Builder for 
JukeboxPlayable.- 
Method SummaryMethods inherited from interface io.papermc.paper.datacomponent.DataComponentBuilderbuild
- 
Method Details- 
jukeboxSongSets the jukebox song.- Parameters:
- song- the song
- Returns:
- the builder for chaining
- See Also:
 
 
-