记录类 JukeboxPlayablePredicate

java.lang.Object
java.lang.Record
net.minecraft.core.component.predicates.JukeboxPlayablePredicate
所有已实现的接口:
SingleComponentItemPredicate<JukeboxPlayable>, DataComponentPredicate

public record JukeboxPlayablePredicate(Optional<HolderSet<JukeboxSong>> song) extends Record implements SingleComponentItemPredicate<JukeboxPlayable>