public static class WidgetUtil.Widget.VoiceState
extends java.lang.Object
Modifier and Type | Method | 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() |
Whether the member is deafened, either by an admin or self-deafened
|
boolean |
isGuildDeafened() |
Whether the member is deafened by an admin
|
boolean |
isGuildMuted() |
Whether the member is muted by an admin
|
boolean |
isMuted() |
Whether the member is muted, either by an admin or self-muted
|
boolean |
isSelfDeafened() |
Whether the member is self-deafened
|
boolean |
isSelfMuted() |
Whether the member is self-muted
|
boolean |
isSuppressed() |
Whether 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