public static class WidgetUtil.Widget.VoiceState
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
WidgetUtil.Widget.VoiceChannel |
getChannel()
Gets the channel the member is in
|
WidgetUtil.Widget.Member |
getMember() |
WidgetUtil.Widget |
getWidget() |
int |
hashCode() |
boolean |
inVoiceChannel()
Used to determine if the member is currently in a voice channel.
|
boolean |
isDeafened()
Gets if the member is deafened, either by an admin or self-deafened
|
boolean |
isGuildDeafened()
Gets if the member is deafened by an admin
|
boolean |
isGuildMuted()
Gets if the member is muted by an admin
|
boolean |
isMuted()
Gets if the member is muted, either by an admin or self-muted
|
boolean |
isSelfDeafened()
Gets if the member is self-deafened
|
boolean |
isSelfMuted()
Gets if the member is self-muted
|
boolean |
isSuppressed()
Gets if the member is suppressed
|
java.lang.String |
toString() |
public WidgetUtil.Widget.VoiceChannel getChannel()
public boolean inVoiceChannel()
public boolean isGuildMuted()
public boolean isGuildDeafened()
public boolean isSuppressed()
public boolean isSelfMuted()
public boolean isSelfDeafened()
public boolean isMuted()
public boolean isDeafened()
public WidgetUtil.Widget.Member getMember()
public WidgetUtil.Widget getWidget()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object