Class ShowCuePoint
- java.lang.Object
-
- tech.sbdevelopment.showcontrol.api.points.ShowCuePoint
-
public class ShowCuePoint extends Object
A cue point of a show
-
-
Constructor Summary
Constructors Constructor Description ShowCuePoint(Long time, Trigger data)Create a new cue pointShowCuePoint(UUID cueID, Long time, Trigger data)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UUIDgetCueID()The ID of the cue pointTriggergetData()The dataorg.bukkit.inventory.ItemStackgetGUIItem()LonggetTime()The start-time (milliseconds)
-