Class JukeboxPlayable
-
- All Implemented Interfaces:
public final class JukeboxPlayable
-
-
Field Summary
Fields Modifier and Type Field Description private final JsonObjectjukeboxJsonprivate final KeysoundId
-
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 JsonObjectgetJukeboxJson()final KeygetSoundId()-
-
Method Detail
-
getJukeboxJson
final JsonObject getJukeboxJson()
-
getSoundId
final Key getSoundId()
-
-
-
-