Interface JukeboxPlayable
- All Superinterfaces:
ShownInTooltip<JukeboxPlayable>
@NullMarked
@Experimental
@NonExtendable
public interface JukeboxPlayable
extends ShownInTooltip<JukeboxPlayable>
Holds the jukebox song for an item.
- See Also:
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic JukeboxPlayable.Builder
jukeboxPlayable
(JukeboxSong song) Methods inherited from interface io.papermc.paper.datacomponent.item.ShownInTooltip
showInTooltip, showInTooltip
-
Method Details
-
jukeboxPlayable
@Contract(value="_ -> new", pure=true) static JukeboxPlayable.Builder jukeboxPlayable(JukeboxSong song) -
jukeboxSong
-