Class EntitySoundPacketEvent
java.lang.Object
org.bukkit.event.Event
fr.dreamin.dreamapi.api.event.ToolsEvent
fr.dreamin.dreamvoice.api.voice.event.EntitySoundPacketEvent
public final class EntitySoundPacketEvent
extends fr.dreamin.dreamapi.api.event.ToolsEvent
Event fired when an EntitySoundPacket (positional player speech) is intercepted from Simple Voice Chat.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.bukkit.event.Event
org.bukkit.event.Event.Result -
Constructor Summary
ConstructorsConstructorDescriptionEntitySoundPacketEvent(de.maxhenkel.voicechat.api.events.EntitySoundPacketEvent svcEvent, @NotNull de.maxhenkel.voicechat.api.VoicechatConnection sender, @NotNull VPlayer vSender, @NotNull de.maxhenkel.voicechat.api.VoicechatConnection receiver, @NotNull VPlayer vReceiver, @NotNull de.maxhenkel.voicechat.api.packets.EntitySoundPacket packet) -
Method Summary
Methods inherited from class fr.dreamin.dreamapi.api.event.ToolsEvent
getHandlerList, getHandlersMethods inherited from class org.bukkit.event.Event
callEvent, getEventName, isAsynchronous
-
Constructor Details
-
EntitySoundPacketEvent
public EntitySoundPacketEvent(@NotNull de.maxhenkel.voicechat.api.events.EntitySoundPacketEvent svcEvent, @NotNull @NotNull de.maxhenkel.voicechat.api.VoicechatConnection sender, @NotNull @NotNull VPlayer vSender, @NotNull @NotNull de.maxhenkel.voicechat.api.VoicechatConnection receiver, @NotNull @NotNull VPlayer vReceiver, @NotNull @NotNull de.maxhenkel.voicechat.api.packets.EntitySoundPacket packet)
-