Class JukeboxPlayable
-
- All Implemented Interfaces:
public final class JukeboxPlayable
-
-
Field Summary
Fields Modifier and Type Field Description private final JsonObject
jukeboxJson
private final Key
soundId
-
Constructor Summary
Constructors Constructor Description JukeboxPlayable(ConfigurationSection jukeboxSection, Key soundId)
JukeboxPlayable(Map<String, Object> jukeboxMap, Key soundId)
JukeboxPlayable(Integer comparatorOutput, Integer range, Float lengthInSeconds, Component description, Key soundId)
-
Method Summary
Modifier and Type Method Description final JsonObject
getJukeboxJson()
final Key
getSoundId()
-
-
Method Detail
-
getJukeboxJson
final JsonObject getJukeboxJson()
-
getSoundId
final Key getSoundId()
-
-
-
-