Class CallVoiceSelfDeafenEvent
- java.lang.Object
-
- net.dv8tion.jda.core.events.Event
-
- net.dv8tion.jda.client.events.call.GenericCallEvent
-
- net.dv8tion.jda.client.events.call.voice.GenericCallVoiceEvent
-
- net.dv8tion.jda.client.events.call.voice.CallVoiceSelfDeafenEvent
-
public class CallVoiceSelfDeafenEvent extends GenericCallVoiceEvent
-
-
Constructor Summary
Constructors Constructor Description CallVoiceSelfDeafenEvent(JDA api, long responseNumber, CallUser cUser)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isSelfDeafened()
-
Methods inherited from class net.dv8tion.jda.client.events.call.voice.GenericCallVoiceEvent
getCallUser, getVoiceState
-
Methods inherited from class net.dv8tion.jda.client.events.call.GenericCallEvent
getCall, getGroup, getPrivateChannel, isGroupCall
-
Methods inherited from class net.dv8tion.jda.core.events.Event
getJDA, getResponseNumber
-
-