Class ShowCuePoint


  • public class ShowCuePoint
    extends Object
    A cue point of a show
    • Constructor Detail

      • ShowCuePoint

        public ShowCuePoint​(Long time,
                            Trigger data)
        Create a new cue point
        Parameters:
        time - The start-time (milliseconds)
        data - The data
      • ShowCuePoint

        public ShowCuePoint​(UUID cueID,
                            Long time,
                            Trigger data)
    • Method Detail

      • getGUIItem

        public org.bukkit.inventory.ItemStack getGUIItem()
      • getCueID

        public UUID getCueID()
        The ID of the cue point
      • getTime

        public Long getTime()
        The start-time (milliseconds)
      • getData

        public Trigger getData()
        The data