Class PlaylistLoaded
-
- All Implemented Interfaces:
public final class PlaylistLoaded extends LavalinkLoadResult
-
-
Field Summary
Fields Modifier and Type Field Description private final PlaylistInfo
info
private final JsonNode
pluginInfo
private final List<Track>
tracks
-
Constructor Summary
Constructors Constructor Description PlaylistLoaded(LoadResult.PlaylistLoaded result)
-
Method Summary
Modifier and Type Method Description final PlaylistInfo
getInfo()
final JsonNode
getPluginInfo()
final List<Track>
getTracks()
-
-
Method Detail
-
getInfo
final PlaylistInfo getInfo()
-
getPluginInfo
final JsonNode getPluginInfo()
-
-
-
-