Interface ClientEntityAudioChannel
- All Superinterfaces:
ClientAudioChannel
-
Method Summary
Methods inherited from interface de.maxhenkel.voicechat.api.audiochannel.ClientAudioChannel
getId, play
-
Method Details
-
setWhispering
void setWhispering(boolean whispering) - Parameters:
whispering- if the entity should whisper
-
isWhispering
boolean isWhispering()- Returns:
- if the entity is whispering
-