Class TranscriptionCompleteEvent

java.lang.Object
org.bukkit.event.Event
fr.dreamin.dreamvoice.api.speech.event.TranscriptionCompleteEvent

public final class TranscriptionCompleteEvent extends org.bukkit.event.Event
Event fired when a voice recording transcription has completed successfully.
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.bukkit.event.Event

    org.bukkit.event.Event.Result
  • Constructor Summary

    Constructors
    Constructor
    Description
    TranscriptionCompleteEvent(@NotNull org.bukkit.entity.Player player, @Nullable org.bukkit.block.Block stationBlock, @NotNull SpeechTranscriptionResult result, @NotNull org.bukkit.inventory.ItemStack resultBook)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static @NotNull org.bukkit.event.HandlerList
     
    @NotNull org.bukkit.event.HandlerList
     

    Methods inherited from class org.bukkit.event.Event

    callEvent, getEventName, isAsynchronous

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • TranscriptionCompleteEvent

      public TranscriptionCompleteEvent(@NotNull @NotNull org.bukkit.entity.Player player, @Nullable @Nullable org.bukkit.block.Block stationBlock, @NotNull @NotNull SpeechTranscriptionResult result, @NotNull @NotNull org.bukkit.inventory.ItemStack resultBook)
  • Method Details

    • getHandlers

      @NotNull public @NotNull org.bukkit.event.HandlerList getHandlers()
      Specified by:
      getHandlers in class org.bukkit.event.Event
    • getHandlerList

      @NotNull public static @NotNull org.bukkit.event.HandlerList getHandlerList()