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 UUID
getCueID()
The ID of the cue pointTrigger
getData()
The dataorg.bukkit.inventory.ItemStack
getGUIItem()
Long
getTime()
The start-time (milliseconds)
-