Package de.maxhenkel.voicechat.api
Interface VoicechatClientApi
- All Superinterfaces:
VoicechatApi
-
Method Summary
Modifier and TypeMethodDescriptioncreateEntityAudioChannel(UUID uuid) Creates a client side entity audio channelcreateLocationalAudioChannel(UUID uuid, Position position) Creates a client side locational audio channelcreateStaticAudioChannel(UUID uuid) Creates a client side static audio channelgetGroup()booleanbooleanbooleanisMuted()Methods inherited from interface de.maxhenkel.voicechat.api.VoicechatApi
createDecoder, createEncoder, createEncoder, createPosition, fromEntity, fromServerLevel, fromServerPlayer, getAudioConverter
-
Method Details
-
isMuted
boolean isMuted() -
isDisabled
boolean isDisabled() -
isDisconnected
boolean isDisconnected() -
getGroup
-
createEntityAudioChannel
Creates a client side entity audio channel- Parameters:
uuid- the UUID od the entity- Returns:
- the audio channel
-
createLocationalAudioChannel
Creates a client side locational audio channel- Parameters:
uuid- the ID of the channel- Returns:
- the audio channel
-
createStaticAudioChannel
Creates a client side static audio channel- Parameters:
uuid- the ID of the channel- Returns:
- the audio channel
-