Class VoiceStateImpl.VoiceStateImplBuilder
java.lang.Object
com.mewna.catnip.entity.impl.user.VoiceStateImpl.VoiceStateImplBuilder
- Enclosing class:
- VoiceStateImpl
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
channelIdAsLong
(long channelIdAsLong) deaf
(boolean deaf) guildIdAsLong
(long guildIdAsLong) mute
(boolean mute) requestToSpeakTimestampRaw
(String requestToSpeakTimestampRaw) selfDeaf
(boolean selfDeaf) selfMute
(boolean selfMute) selfStream
(boolean selfStream) suppress
(boolean suppress) toString()
userIdAsLong
(long userIdAsLong)
-
Method Details
-
catnip
- Returns:
this
.
-
guildIdAsLong
- Returns:
this
.
-
channelIdAsLong
- Returns:
this
.
-
userIdAsLong
- Returns:
this
.
-
sessionId
- Returns:
this
.
-
deaf
- Returns:
this
.
-
mute
- Returns:
this
.
-
selfDeaf
- Returns:
this
.
-
selfMute
- Returns:
this
.
-
suppress
- Returns:
this
.
-
selfStream
- Returns:
this
.
-
requestToSpeakTimestampRaw
public VoiceStateImpl.VoiceStateImplBuilder requestToSpeakTimestampRaw(String requestToSpeakTimestampRaw) - Returns:
this
.
-
build
-
toString
-