Class CallVoiceSelfMuteEvent
- 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.CallVoiceSelfMuteEvent
-
public class CallVoiceSelfMuteEvent extends GenericCallVoiceEvent
-
-
Constructor Summary
Constructors Constructor Description CallVoiceSelfMuteEvent(JDA api, long responseNumber, CallUser cUser)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isSelfMuted()
-
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
-
-