Class AudioPlayStopEvent

All Implemented Interfaces:
Jsonable

public final class AudioPlayStopEvent extends Event
Represents an EventType.AUDIO_PLAY_STOP event.
  • Method Details

    • builder

      Entry point for constructing an instance of this class.
      Returns:
      A new Builder.
    • getPlayId

      public UUID getPlayId()
      Unique audio play identifier.
      Returns:
      The play ID, or null if unknown.