Class MicrophonePacketEvent

java.lang.Object
org.bukkit.event.Event
fr.dreamin.dreamapi.api.event.ToolsEvent
fr.dreamin.dreamvoice.api.voice.event.MicrophonePacketEvent

public final class MicrophonePacketEvent extends fr.dreamin.dreamapi.api.event.ToolsEvent
Event fired when a MicrophonePacket (raw speech from a client microphone) is intercepted.
  • Nested Class Summary

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

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

    Constructors
    Constructor
    Description
    MicrophonePacketEvent(de.maxhenkel.voicechat.api.events.MicrophonePacketEvent scvEvent, @Nullable de.maxhenkel.voicechat.api.VoicechatConnection sender, @Nullable de.maxhenkel.voicechat.api.VoicechatConnection receiver, @NotNull de.maxhenkel.voicechat.api.packets.MicrophonePacket packet)
     
  • Method Summary

    Methods inherited from class fr.dreamin.dreamapi.api.event.ToolsEvent

    getHandlerList, getHandlers

    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

    • MicrophonePacketEvent

      public MicrophonePacketEvent(@NotNull de.maxhenkel.voicechat.api.events.MicrophonePacketEvent scvEvent, @Nullable @Nullable de.maxhenkel.voicechat.api.VoicechatConnection sender, @Nullable @Nullable de.maxhenkel.voicechat.api.VoicechatConnection receiver, @NotNull @NotNull de.maxhenkel.voicechat.api.packets.MicrophonePacket packet)