Interface JukeboxPlayable.Builder
- All Superinterfaces:
DataComponentBuilder<JukeboxPlayable>
,ShownInTooltip.Builder<JukeboxPlayable.Builder>
- Enclosing interface:
JukeboxPlayable
@Experimental
@NonExtendable
public static interface JukeboxPlayable.Builder
extends ShownInTooltip.Builder<JukeboxPlayable.Builder>, DataComponentBuilder<JukeboxPlayable>
Builder for
JukeboxPlayable
.-
Method Summary
Methods inherited from interface io.papermc.paper.datacomponent.DataComponentBuilder
build
Methods inherited from interface io.papermc.paper.datacomponent.item.ShownInTooltip.Builder
showInTooltip
-
Method Details
-
jukeboxSong
Sets the jukebox song.- Parameters:
song
- the song- Returns:
- the builder for chaining
- See Also:
-