-
Notifications
You must be signed in to change notification settings - Fork 124
/
Copy pathmember-search-index.js
1 lines (1 loc) · 29.5 KB
/
member-search-index.js
1
memberSearchIndex = [{"p":"de.maxhenkel.voicechat.api.opus","c":"OpusEncoderMode","l":"AUDIO"},{"p":"de.maxhenkel.voicechat.api.audiolistener","c":"PlayerAudioListener.Builder","l":"build()"},{"p":"de.maxhenkel.voicechat.api","c":"Group.Builder","l":"build()"},{"p":"de.maxhenkel.voicechat.api.packets","c":"SoundPacket.Builder","l":"build()"},{"p":"de.maxhenkel.voicechat.api","c":"VolumeCategory.Builder","l":"build()"},{"p":"de.maxhenkel.voicechat.api.audio","c":"AudioConverter","l":"bytesToFloats(byte[])"},{"p":"de.maxhenkel.voicechat.api.audio","c":"AudioConverter","l":"bytesToShorts(byte[])"},{"p":"de.maxhenkel.voicechat.api.events","c":"Event","l":"cancel()"},{"p":"de.maxhenkel.voicechat.api.audiosender","c":"AudioSender","l":"canSend()"},{"p":"de.maxhenkel.voicechat.api.packets","c":"SoundPacket.Builder","l":"category(String)","u":"category(java.lang.String)"},{"p":"de.maxhenkel.voicechat.api.packets","c":"SoundPacket.Builder","l":"channelId(UUID)","u":"channelId(java.util.UUID)"},{"p":"de.maxhenkel.voicechat.api","c":"ClientVoicechatSocket","l":"close()"},{"p":"de.maxhenkel.voicechat.api.mp3","c":"Mp3Encoder","l":"close()"},{"p":"de.maxhenkel.voicechat.api.opus","c":"OpusDecoder","l":"close()"},{"p":"de.maxhenkel.voicechat.api.opus","c":"OpusEncoder","l":"close()"},{"p":"de.maxhenkel.voicechat.api","c":"VoicechatSocket","l":"close()"},{"p":"de.maxhenkel.voicechat.api","c":"VoicechatServerApi","l":"createAudioPlayer(AudioChannel, OpusEncoder, short[])","u":"createAudioPlayer(de.maxhenkel.voicechat.api.audiochannel.AudioChannel,de.maxhenkel.voicechat.api.opus.OpusEncoder,short[])"},{"p":"de.maxhenkel.voicechat.api","c":"VoicechatServerApi","l":"createAudioPlayer(AudioChannel, OpusEncoder, Supplier<short[]>)","u":"createAudioPlayer(de.maxhenkel.voicechat.api.audiochannel.AudioChannel,de.maxhenkel.voicechat.api.opus.OpusEncoder,java.util.function.Supplier)"},{"p":"de.maxhenkel.voicechat.api","c":"VoicechatServerApi","l":"createAudioSender(VoicechatConnection)","u":"createAudioSender(de.maxhenkel.voicechat.api.VoicechatConnection)"},{"p":"de.maxhenkel.voicechat.api","c":"VoicechatApi","l":"createDecoder()"},{"p":"de.maxhenkel.voicechat.api","c":"VoicechatApi","l":"createEncoder()"},{"p":"de.maxhenkel.voicechat.api","c":"VoicechatApi","l":"createEncoder(OpusEncoderMode)","u":"createEncoder(de.maxhenkel.voicechat.api.opus.OpusEncoderMode)"},{"p":"de.maxhenkel.voicechat.api","c":"VoicechatClientApi","l":"createEntityAudioChannel(UUID)","u":"createEntityAudioChannel(java.util.UUID)"},{"p":"de.maxhenkel.voicechat.api","c":"VoicechatServerApi","l":"createEntityAudioChannel(UUID, Entity)","u":"createEntityAudioChannel(java.util.UUID,de.maxhenkel.voicechat.api.Entity)"},{"p":"de.maxhenkel.voicechat.api","c":"VoicechatServerApi","l":"createGroup(String, String)","u":"createGroup(java.lang.String,java.lang.String)"},{"p":"de.maxhenkel.voicechat.api","c":"VoicechatServerApi","l":"createGroup(String, String, boolean)","u":"createGroup(java.lang.String,java.lang.String,boolean)"},{"p":"de.maxhenkel.voicechat.api","c":"VoicechatClientApi","l":"createLocationalAudioChannel(UUID, Position)","u":"createLocationalAudioChannel(java.util.UUID,de.maxhenkel.voicechat.api.Position)"},{"p":"de.maxhenkel.voicechat.api","c":"VoicechatServerApi","l":"createLocationalAudioChannel(UUID, ServerLevel, Position)","u":"createLocationalAudioChannel(java.util.UUID,de.maxhenkel.voicechat.api.ServerLevel,de.maxhenkel.voicechat.api.Position)"},{"p":"de.maxhenkel.voicechat.api","c":"VoicechatApi","l":"createMp3Decoder(InputStream)","u":"createMp3Decoder(java.io.InputStream)"},{"p":"de.maxhenkel.voicechat.api","c":"VoicechatApi","l":"createMp3Encoder(AudioFormat, int, int, OutputStream)","u":"createMp3Encoder(javax.sound.sampled.AudioFormat,int,int,java.io.OutputStream)"},{"p":"de.maxhenkel.voicechat.api","c":"VoicechatApi","l":"createPosition(double, double, double)","u":"createPosition(double,double,double)"},{"p":"de.maxhenkel.voicechat.api","c":"VoicechatClientApi","l":"createStaticAudioChannel(UUID)","u":"createStaticAudioChannel(java.util.UUID)"},{"p":"de.maxhenkel.voicechat.api","c":"VoicechatServerApi","l":"createStaticAudioChannel(UUID, ServerLevel, VoicechatConnection)","u":"createStaticAudioChannel(java.util.UUID,de.maxhenkel.voicechat.api.ServerLevel,de.maxhenkel.voicechat.api.VoicechatConnection)"},{"p":"de.maxhenkel.voicechat.api.mp3","c":"Mp3Decoder","l":"decode()"},{"p":"de.maxhenkel.voicechat.api.opus","c":"OpusDecoder","l":"decode(byte[])"},{"p":"de.maxhenkel.voicechat.api.packets","c":"EntitySoundPacket.Builder","l":"distance(float)"},{"p":"de.maxhenkel.voicechat.api.packets","c":"LocationalSoundPacket.Builder","l":"distance(float)"},{"p":"de.maxhenkel.voicechat.api.mp3","c":"Mp3Encoder","l":"encode(short[])"},{"p":"de.maxhenkel.voicechat.api.opus","c":"OpusEncoder","l":"encode(short[])"},{"p":"de.maxhenkel.voicechat.api.packets","c":"ConvertablePacket","l":"entitySoundPacketBuilder()"},{"p":"de.maxhenkel.voicechat.api.packets","c":"EntitySoundPacket.Builder","l":"entityUuid(UUID)","u":"entityUuid(java.util.UUID)"},{"p":"de.maxhenkel.voicechat.api.audio","c":"AudioConverter","l":"floatsToBytes(float[])"},{"p":"de.maxhenkel.voicechat.api.audio","c":"AudioConverter","l":"floatsToShorts(float[])"},{"p":"de.maxhenkel.voicechat.api.audiochannel","c":"AudioChannel","l":"flush()"},{"p":"de.maxhenkel.voicechat.api","c":"VoicechatApi","l":"fromEntity(Object)","u":"fromEntity(java.lang.Object)"},{"p":"de.maxhenkel.voicechat.api","c":"VoicechatApi","l":"fromServerLevel(Object)","u":"fromServerLevel(java.lang.Object)"},{"p":"de.maxhenkel.voicechat.api","c":"VoicechatApi","l":"fromServerPlayer(Object)","u":"fromServerPlayer(java.lang.Object)"},{"p":"de.maxhenkel.voicechat.api","c":"VoicechatApi","l":"getAudioConverter()"},{"p":"de.maxhenkel.voicechat.api.mp3","c":"Mp3Decoder","l":"getAudioFormat()"},{"p":"de.maxhenkel.voicechat.api.mp3","c":"Mp3Decoder","l":"getBitrate()"},{"p":"de.maxhenkel.voicechat.api.config","c":"ConfigAccessor","l":"getBoolean(String, boolean)","u":"getBoolean(java.lang.String,boolean)"},{"p":"de.maxhenkel.voicechat.api","c":"VoicechatServerApi","l":"getBroadcastRange()"},{"p":"de.maxhenkel.voicechat.api.audiochannel","c":"AudioChannel","l":"getCategory()"},{"p":"de.maxhenkel.voicechat.api.audiochannel","c":"ClientAudioChannel","l":"getCategory()"},{"p":"de.maxhenkel.voicechat.api.events","c":"OpenALSoundEvent","l":"getCategory()"},{"p":"de.maxhenkel.voicechat.api.packets","c":"SoundPacket","l":"getCategory()"},{"p":"de.maxhenkel.voicechat.api.events","c":"OpenALSoundEvent","l":"getChannelId()"},{"p":"de.maxhenkel.voicechat.api.packets","c":"SoundPacket","l":"getChannelId()"},{"p":"de.maxhenkel.voicechat.api","c":"VoicechatClientApi","l":"getClientConfig()"},{"p":"de.maxhenkel.voicechat.api.events","c":"CreateGroupEvent","l":"getConnection()"},{"p":"de.maxhenkel.voicechat.api.events","c":"GroupEvent","l":"getConnection()"},{"p":"de.maxhenkel.voicechat.api.events","c":"JoinGroupEvent","l":"getConnection()"},{"p":"de.maxhenkel.voicechat.api.events","c":"LeaveGroupEvent","l":"getConnection()"},{"p":"de.maxhenkel.voicechat.api.events","c":"PlayerConnectedEvent","l":"getConnection()"},{"p":"de.maxhenkel.voicechat.api.events","c":"PlayerStateChangedEvent","l":"getConnection()"},{"p":"de.maxhenkel.voicechat.api.events","c":"RemoveGroupEvent","l":"getConnection()"},{"p":"de.maxhenkel.voicechat.api","c":"VoicechatServerApi","l":"getConnectionOf(ServerPlayer)","u":"getConnectionOf(de.maxhenkel.voicechat.api.ServerPlayer)"},{"p":"de.maxhenkel.voicechat.api","c":"VoicechatServerApi","l":"getConnectionOf(UUID)","u":"getConnectionOf(java.util.UUID)"},{"p":"de.maxhenkel.voicechat.api.events","c":"CreateOpenALContextEvent","l":"getContext()"},{"p":"de.maxhenkel.voicechat.api.events","c":"DestroyOpenALContextEvent","l":"getContext()"},{"p":"de.maxhenkel.voicechat.api","c":"RawUdpPacket","l":"getData()"},{"p":"de.maxhenkel.voicechat.api","c":"VolumeCategory","l":"getDescription()"},{"p":"de.maxhenkel.voicechat.api.events","c":"CreateOpenALContextEvent","l":"getDevice()"},{"p":"de.maxhenkel.voicechat.api.events","c":"DestroyOpenALContextEvent","l":"getDevice()"},{"p":"de.maxhenkel.voicechat.api.audiochannel","c":"ClientEntityAudioChannel","l":"getDistance()"},{"p":"de.maxhenkel.voicechat.api.audiochannel","c":"ClientLocationalAudioChannel","l":"getDistance()"},{"p":"de.maxhenkel.voicechat.api.audiochannel","c":"EntityAudioChannel","l":"getDistance()"},{"p":"de.maxhenkel.voicechat.api.audiochannel","c":"LocationalAudioChannel","l":"getDistance()"},{"p":"de.maxhenkel.voicechat.api.events","c":"ClientReceiveSoundEvent.EntitySound","l":"getDistance()"},{"p":"de.maxhenkel.voicechat.api.events","c":"ClientReceiveSoundEvent.LocationalSound","l":"getDistance()"},{"p":"de.maxhenkel.voicechat.api.packets","c":"EntitySoundPacket","l":"getDistance()"},{"p":"de.maxhenkel.voicechat.api.packets","c":"LocationalSoundPacket","l":"getDistance()"},{"p":"de.maxhenkel.voicechat.api.config","c":"ConfigAccessor","l":"getDouble(String, double)","u":"getDouble(java.lang.String,double)"},{"p":"de.maxhenkel.voicechat.api.audiochannel","c":"EntityAudioChannel","l":"getEntity()"},{"p":"de.maxhenkel.voicechat.api","c":"Entity","l":"getEntity()"},{"p":"de.maxhenkel.voicechat.api.packets","c":"EntitySoundPacket","l":"getEntityUuid()"},{"p":"de.maxhenkel.voicechat.api.events","c":"CreateGroupEvent","l":"getGroup()"},{"p":"de.maxhenkel.voicechat.api.events","c":"GroupEvent","l":"getGroup()"},{"p":"de.maxhenkel.voicechat.api.events","c":"JoinGroupEvent","l":"getGroup()"},{"p":"de.maxhenkel.voicechat.api.events","c":"LeaveGroupEvent","l":"getGroup()"},{"p":"de.maxhenkel.voicechat.api.events","c":"RemoveGroupEvent","l":"getGroup()"},{"p":"de.maxhenkel.voicechat.api","c":"VoicechatClientApi","l":"getGroup()"},{"p":"de.maxhenkel.voicechat.api","c":"VoicechatConnection","l":"getGroup()"},{"p":"de.maxhenkel.voicechat.api","c":"VoicechatServerApi","l":"getGroup(UUID)","u":"getGroup(java.util.UUID)"},{"p":"de.maxhenkel.voicechat.api","c":"VoicechatServerApi","l":"getGroups()"},{"p":"de.maxhenkel.voicechat.api","c":"VolumeCategory","l":"getIcon()"},{"p":"de.maxhenkel.voicechat.api.audiochannel","c":"AudioChannel","l":"getId()"},{"p":"de.maxhenkel.voicechat.api.audiochannel","c":"ClientAudioChannel","l":"getId()"},{"p":"de.maxhenkel.voicechat.api.events","c":"ClientReceiveSoundEvent","l":"getId()"},{"p":"de.maxhenkel.voicechat.api","c":"Group","l":"getId()"},{"p":"de.maxhenkel.voicechat.api","c":"VolumeCategory","l":"getId()"},{"p":"de.maxhenkel.voicechat.api.config","c":"ConfigAccessor","l":"getInt(String, int)","u":"getInt(java.lang.String,int)"},{"p":"de.maxhenkel.voicechat.api.audiolistener","c":"AudioListener","l":"getListenerId()"},{"p":"de.maxhenkel.voicechat.api","c":"VoicechatSocket","l":"getLocalPort()"},{"p":"de.maxhenkel.voicechat.api.audiochannel","c":"ClientLocationalAudioChannel","l":"getLocation()"},{"p":"de.maxhenkel.voicechat.api.audiochannel","c":"LocationalAudioChannel","l":"getLocation()"},{"p":"de.maxhenkel.voicechat.api","c":"Group","l":"getName()"},{"p":"de.maxhenkel.voicechat.api","c":"VolumeCategory","l":"getName()"},{"p":"de.maxhenkel.voicechat.api.packets","c":"MicrophonePacket","l":"getOpusEncodedData()"},{"p":"de.maxhenkel.voicechat.api.packets","c":"SoundPacket","l":"getOpusEncodedData()"},{"p":"de.maxhenkel.voicechat.api.events","c":"PacketEvent","l":"getPacket()"},{"p":"de.maxhenkel.voicechat.api","c":"Player","l":"getPlayer()"},{"p":"de.maxhenkel.voicechat.api","c":"VoicechatConnection","l":"getPlayer()"},{"p":"de.maxhenkel.voicechat.api","c":"VoicechatServerApi","l":"getPlayersInRange(ServerLevel, Position, double)","u":"getPlayersInRange(de.maxhenkel.voicechat.api.ServerLevel,de.maxhenkel.voicechat.api.Position,double)"},{"p":"de.maxhenkel.voicechat.api","c":"VoicechatServerApi","l":"getPlayersInRange(ServerLevel, Position, double, Predicate<ServerPlayer>)","u":"getPlayersInRange(de.maxhenkel.voicechat.api.ServerLevel,de.maxhenkel.voicechat.api.Position,double,java.util.function.Predicate)"},{"p":"de.maxhenkel.voicechat.api.audiolistener","c":"PlayerAudioListener","l":"getPlayerUuid()"},{"p":"de.maxhenkel.voicechat.api.events","c":"PlayerDisconnectedEvent","l":"getPlayerUuid()"},{"p":"de.maxhenkel.voicechat.api.events","c":"PlayerStateChangedEvent","l":"getPlayerUuid()"},{"p":"de.maxhenkel.voicechat.api","c":"VoicechatPlugin","l":"getPluginId()"},{"p":"de.maxhenkel.voicechat.api","c":"Entity","l":"getPosition()"},{"p":"de.maxhenkel.voicechat.api.events","c":"ClientReceiveSoundEvent.LocationalSound","l":"getPosition()"},{"p":"de.maxhenkel.voicechat.api.events","c":"OpenALSoundEvent","l":"getPosition()"},{"p":"de.maxhenkel.voicechat.api.packets","c":"LocationalSoundPacket","l":"getPosition()"},{"p":"de.maxhenkel.voicechat.api.events","c":"ClientReceiveSoundEvent","l":"getRawAudio()"},{"p":"de.maxhenkel.voicechat.api.events","c":"ClientSoundEvent","l":"getRawAudio()"},{"p":"de.maxhenkel.voicechat.api.events","c":"PacketEvent","l":"getReceiverConnection()"},{"p":"de.maxhenkel.voicechat.api","c":"VoicechatServerApi","l":"getSecret(UUID)","u":"getSecret(java.util.UUID)"},{"p":"de.maxhenkel.voicechat.api.packets","c":"SoundPacket","l":"getSender()"},{"p":"de.maxhenkel.voicechat.api.events","c":"PacketEvent","l":"getSenderConnection()"},{"p":"de.maxhenkel.voicechat.api.packets","c":"SoundPacket","l":"getSequenceNumber()"},{"p":"de.maxhenkel.voicechat.api","c":"VoicechatServerApi","l":"getServerConfig()"},{"p":"de.maxhenkel.voicechat.api","c":"ServerLevel","l":"getServerLevel()"},{"p":"de.maxhenkel.voicechat.api","c":"ServerPlayer","l":"getServerLevel()"},{"p":"de.maxhenkel.voicechat.api","c":"RawUdpPacket","l":"getSocketAddress()"},{"p":"de.maxhenkel.voicechat.api.events","c":"ClientVoicechatInitializationEvent","l":"getSocketImplementation()"},{"p":"de.maxhenkel.voicechat.api.events","c":"VoicechatServerStartingEvent","l":"getSocketImplementation()"},{"p":"de.maxhenkel.voicechat.api.events","c":"OpenALSoundEvent","l":"getSource()"},{"p":"de.maxhenkel.voicechat.api.events","c":"SoundPacketEvent","l":"getSource()"},{"p":"de.maxhenkel.voicechat.api.config","c":"ConfigAccessor","l":"getString(String, String)","u":"getString(java.lang.String,java.lang.String)"},{"p":"de.maxhenkel.voicechat.api","c":"RawUdpPacket","l":"getTimestamp()"},{"p":"de.maxhenkel.voicechat.api","c":"Group","l":"getType()"},{"p":"de.maxhenkel.voicechat.api","c":"Entity","l":"getUuid()"},{"p":"de.maxhenkel.voicechat.api.config","c":"ConfigAccessor","l":"getValue(String)","u":"getValue(java.lang.String)"},{"p":"de.maxhenkel.voicechat.api.events","c":"ClientEvent","l":"getVoicechat()"},{"p":"de.maxhenkel.voicechat.api.events","c":"ServerEvent","l":"getVoicechat()"},{"p":"de.maxhenkel.voicechat.api","c":"VoicechatApi","l":"getVoiceChatDistance()"},{"p":"de.maxhenkel.voicechat.api.events","c":"VoiceHostEvent","l":"getVoiceHost()"},{"p":"de.maxhenkel.voicechat.api","c":"VoicechatServerApi","l":"getVolumeCategories()"},{"p":"de.maxhenkel.voicechat.api.events","c":"VolumeCategoryEvent","l":"getVolumeCategory()"},{"p":"de.maxhenkel.voicechat.api","c":"Position","l":"getX()"},{"p":"de.maxhenkel.voicechat.api","c":"Position","l":"getY()"},{"p":"de.maxhenkel.voicechat.api","c":"Position","l":"getZ()"},{"p":"de.maxhenkel.voicechat.api","c":"VoicechatServerApi","l":"groupBuilder()"},{"p":"de.maxhenkel.voicechat.api.config","c":"ConfigAccessor","l":"hasKey(String)","u":"hasKey(java.lang.String)"},{"p":"de.maxhenkel.voicechat.api","c":"Group","l":"hasPassword()"},{"p":"de.maxhenkel.voicechat.api","c":"VoicechatPlugin","l":"initialize(VoicechatApi)","u":"initialize(de.maxhenkel.voicechat.api.VoicechatApi)"},{"p":"de.maxhenkel.voicechat.api.events","c":"Event","l":"isCancellable()"},{"p":"de.maxhenkel.voicechat.api.events","c":"Event","l":"isCancelled()"},{"p":"de.maxhenkel.voicechat.api.audiochannel","c":"AudioChannel","l":"isClosed()"},{"p":"de.maxhenkel.voicechat.api","c":"ClientVoicechatSocket","l":"isClosed()"},{"p":"de.maxhenkel.voicechat.api.opus","c":"OpusDecoder","l":"isClosed()"},{"p":"de.maxhenkel.voicechat.api.opus","c":"OpusEncoder","l":"isClosed()"},{"p":"de.maxhenkel.voicechat.api","c":"VoicechatSocket","l":"isClosed()"},{"p":"de.maxhenkel.voicechat.api.events","c":"ClientVoicechatConnectionEvent","l":"isConnected()"},{"p":"de.maxhenkel.voicechat.api","c":"VoicechatConnection","l":"isConnected()"},{"p":"de.maxhenkel.voicechat.api.events","c":"MicrophoneMuteEvent","l":"isDisabled()"},{"p":"de.maxhenkel.voicechat.api.events","c":"PlayerStateChangedEvent","l":"isDisabled()"},{"p":"de.maxhenkel.voicechat.api.events","c":"VoicechatDisableEvent","l":"isDisabled()"},{"p":"de.maxhenkel.voicechat.api","c":"VoicechatClientApi","l":"isDisabled()"},{"p":"de.maxhenkel.voicechat.api","c":"VoicechatConnection","l":"isDisabled()"},{"p":"de.maxhenkel.voicechat.api.events","c":"PlayerStateChangedEvent","l":"isDisconnected()"},{"p":"de.maxhenkel.voicechat.api","c":"VoicechatClientApi","l":"isDisconnected()"},{"p":"de.maxhenkel.voicechat.api","c":"Group","l":"isHidden()"},{"p":"de.maxhenkel.voicechat.api","c":"VoicechatConnection","l":"isInGroup()"},{"p":"de.maxhenkel.voicechat.api","c":"VoicechatConnection","l":"isInstalled()"},{"p":"de.maxhenkel.voicechat.api","c":"VoicechatClientApi","l":"isMuted()"},{"p":"de.maxhenkel.voicechat.api","c":"Group.Type","l":"ISOLATED"},{"p":"de.maxhenkel.voicechat.api","c":"Group","l":"isPersistent()"},{"p":"de.maxhenkel.voicechat.api.audiochannel","c":"AudioPlayer","l":"isPlaying()"},{"p":"de.maxhenkel.voicechat.api.audiochannel","c":"AudioPlayer","l":"isStarted()"},{"p":"de.maxhenkel.voicechat.api.audiochannel","c":"AudioPlayer","l":"isStopped()"},{"p":"de.maxhenkel.voicechat.api.audiochannel","c":"ClientEntityAudioChannel","l":"isWhispering()"},{"p":"de.maxhenkel.voicechat.api.audiochannel","c":"EntityAudioChannel","l":"isWhispering()"},{"p":"de.maxhenkel.voicechat.api.audiosender","c":"AudioSender","l":"isWhispering()"},{"p":"de.maxhenkel.voicechat.api.events","c":"ClientReceiveSoundEvent.EntitySound","l":"isWhispering()"},{"p":"de.maxhenkel.voicechat.api.events","c":"ClientSoundEvent","l":"isWhispering()"},{"p":"de.maxhenkel.voicechat.api.packets","c":"EntitySoundPacket","l":"isWhispering()"},{"p":"de.maxhenkel.voicechat.api.packets","c":"MicrophonePacket","l":"isWhispering()"},{"p":"de.maxhenkel.voicechat.api.packets","c":"ConvertablePacket","l":"locationalSoundPacketBuilder()"},{"p":"de.maxhenkel.voicechat.api.events","c":"MergeClientSoundEvent","l":"mergeAudio(short[])"},{"p":"de.maxhenkel.voicechat.api","c":"Group.Type","l":"NORMAL"},{"p":"de.maxhenkel.voicechat.api","c":"Group.Type","l":"OPEN"},{"p":"de.maxhenkel.voicechat.api","c":"ClientVoicechatSocket","l":"open()"},{"p":"de.maxhenkel.voicechat.api","c":"VoicechatSocket","l":"open(int, String)","u":"open(int,java.lang.String)"},{"p":"de.maxhenkel.voicechat.api.packets","c":"SoundPacket.Builder","l":"opusEncodedData(byte[])"},{"p":"de.maxhenkel.voicechat.api.audiochannel","c":"ClientAudioChannel","l":"play(short[])"},{"p":"de.maxhenkel.voicechat.api","c":"VoicechatServerApi","l":"playerAudioListenerBuilder()"},{"p":"de.maxhenkel.voicechat.api.packets","c":"LocationalSoundPacket.Builder","l":"position(Position)","u":"position(de.maxhenkel.voicechat.api.Position)"},{"p":"de.maxhenkel.voicechat.api","c":"ClientVoicechatSocket","l":"read()"},{"p":"de.maxhenkel.voicechat.api","c":"VoicechatSocket","l":"read()"},{"p":"de.maxhenkel.voicechat.api","c":"VoicechatServerApi","l":"registerAudioListener(AudioListener)","u":"registerAudioListener(de.maxhenkel.voicechat.api.audiolistener.AudioListener)"},{"p":"de.maxhenkel.voicechat.api","c":"VoicechatServerApi","l":"registerAudioSender(AudioSender)","u":"registerAudioSender(de.maxhenkel.voicechat.api.audiosender.AudioSender)"},{"p":"de.maxhenkel.voicechat.api","c":"VoicechatClientApi","l":"registerClientVolumeCategory(VolumeCategory)","u":"registerClientVolumeCategory(de.maxhenkel.voicechat.api.VolumeCategory)"},{"p":"de.maxhenkel.voicechat.api.events","c":"EventRegistration","l":"registerEvent(Class<T>, Consumer<T>)","u":"registerEvent(java.lang.Class,java.util.function.Consumer)"},{"p":"de.maxhenkel.voicechat.api.events","c":"EventRegistration","l":"registerEvent(Class<T>, Consumer<T>, int)","u":"registerEvent(java.lang.Class,java.util.function.Consumer,int)"},{"p":"de.maxhenkel.voicechat.api","c":"VoicechatPlugin","l":"registerEvents(EventRegistration)","u":"registerEvents(de.maxhenkel.voicechat.api.events.EventRegistration)"},{"p":"de.maxhenkel.voicechat.api","c":"BukkitVoicechatService","l":"registerPlugin(VoicechatPlugin)","u":"registerPlugin(de.maxhenkel.voicechat.api.VoicechatPlugin)"},{"p":"de.maxhenkel.voicechat.api","c":"VoicechatServerApi","l":"registerVolumeCategory(VolumeCategory)","u":"registerVolumeCategory(de.maxhenkel.voicechat.api.VolumeCategory)"},{"p":"de.maxhenkel.voicechat.api","c":"VoicechatServerApi","l":"removeGroup(UUID)","u":"removeGroup(java.util.UUID)"},{"p":"de.maxhenkel.voicechat.api.audiosender","c":"AudioSender","l":"reset()"},{"p":"de.maxhenkel.voicechat.api.opus","c":"OpusDecoder","l":"resetState()"},{"p":"de.maxhenkel.voicechat.api.opus","c":"OpusEncoder","l":"resetState()"},{"p":"de.maxhenkel.voicechat.api.opus","c":"OpusEncoderMode","l":"RESTRICTED_LOWDELAY"},{"p":"de.maxhenkel.voicechat.api.audiochannel","c":"AudioChannel","l":"send(byte[])"},{"p":"de.maxhenkel.voicechat.api.audiosender","c":"AudioSender","l":"send(byte[])"},{"p":"de.maxhenkel.voicechat.api","c":"ClientVoicechatSocket","l":"send(byte[], SocketAddress)","u":"send(byte[],java.net.SocketAddress)"},{"p":"de.maxhenkel.voicechat.api","c":"VoicechatSocket","l":"send(byte[], SocketAddress)","u":"send(byte[],java.net.SocketAddress)"},{"p":"de.maxhenkel.voicechat.api.audiochannel","c":"AudioChannel","l":"send(MicrophonePacket)","u":"send(de.maxhenkel.voicechat.api.packets.MicrophonePacket)"},{"p":"de.maxhenkel.voicechat.api","c":"VoicechatServerApi","l":"sendEntitySoundPacketTo(VoicechatConnection, EntitySoundPacket)","u":"sendEntitySoundPacketTo(de.maxhenkel.voicechat.api.VoicechatConnection,de.maxhenkel.voicechat.api.packets.EntitySoundPacket)"},{"p":"de.maxhenkel.voicechat.api","c":"VoicechatServerApi","l":"sendLocationalSoundPacketTo(VoicechatConnection, LocationalSoundPacket)","u":"sendLocationalSoundPacketTo(de.maxhenkel.voicechat.api.VoicechatConnection,de.maxhenkel.voicechat.api.packets.LocationalSoundPacket)"},{"p":"de.maxhenkel.voicechat.api","c":"VoicechatServerApi","l":"sendStaticSoundPacketTo(VoicechatConnection, StaticSoundPacket)","u":"sendStaticSoundPacketTo(de.maxhenkel.voicechat.api.VoicechatConnection,de.maxhenkel.voicechat.api.packets.StaticSoundPacket)"},{"p":"de.maxhenkel.voicechat.api.audiosender","c":"AudioSender","l":"sequenceNumber(long)"},{"p":"de.maxhenkel.voicechat.api.audiochannel","c":"AudioChannel","l":"setCategory(String)","u":"setCategory(java.lang.String)"},{"p":"de.maxhenkel.voicechat.api.audiochannel","c":"ClientAudioChannel","l":"setCategory(String)","u":"setCategory(java.lang.String)"},{"p":"de.maxhenkel.voicechat.api","c":"VoicechatConnection","l":"setConnected(boolean)"},{"p":"de.maxhenkel.voicechat.api","c":"VolumeCategory.Builder","l":"setDescription(String)","u":"setDescription(java.lang.String)"},{"p":"de.maxhenkel.voicechat.api","c":"VoicechatConnection","l":"setDisabled(boolean)"},{"p":"de.maxhenkel.voicechat.api.audiochannel","c":"ClientEntityAudioChannel","l":"setDistance(float)"},{"p":"de.maxhenkel.voicechat.api.audiochannel","c":"ClientLocationalAudioChannel","l":"setDistance(float)"},{"p":"de.maxhenkel.voicechat.api.audiochannel","c":"EntityAudioChannel","l":"setDistance(float)"},{"p":"de.maxhenkel.voicechat.api.audiochannel","c":"LocationalAudioChannel","l":"setDistance(float)"},{"p":"de.maxhenkel.voicechat.api.audiochannel","c":"AudioChannel","l":"setFilter(Predicate<ServerPlayer>)","u":"setFilter(java.util.function.Predicate)"},{"p":"de.maxhenkel.voicechat.api","c":"VoicechatConnection","l":"setGroup(Group)","u":"setGroup(de.maxhenkel.voicechat.api.Group)"},{"p":"de.maxhenkel.voicechat.api","c":"Group.Builder","l":"setHidden(boolean)"},{"p":"de.maxhenkel.voicechat.api","c":"VolumeCategory.Builder","l":"setIcon(int[][])"},{"p":"de.maxhenkel.voicechat.api","c":"VolumeCategory.Builder","l":"setId(String)","u":"setId(java.lang.String)"},{"p":"de.maxhenkel.voicechat.api","c":"Group.Builder","l":"setId(UUID)","u":"setId(java.util.UUID)"},{"p":"de.maxhenkel.voicechat.api.audiochannel","c":"ClientLocationalAudioChannel","l":"setLocation(Position)","u":"setLocation(de.maxhenkel.voicechat.api.Position)"},{"p":"de.maxhenkel.voicechat.api","c":"Group.Builder","l":"setName(String)","u":"setName(java.lang.String)"},{"p":"de.maxhenkel.voicechat.api","c":"VolumeCategory.Builder","l":"setName(String)","u":"setName(java.lang.String)"},{"p":"de.maxhenkel.voicechat.api.audiochannel","c":"AudioPlayer","l":"setOnStopped(Runnable)","u":"setOnStopped(java.lang.Runnable)"},{"p":"de.maxhenkel.voicechat.api.packets","c":"MicrophonePacket","l":"setOpusEncodedData(byte[])"},{"p":"de.maxhenkel.voicechat.api.audiolistener","c":"PlayerAudioListener.Builder","l":"setPacketListener(Consumer<SoundPacket>)","u":"setPacketListener(java.util.function.Consumer)"},{"p":"de.maxhenkel.voicechat.api","c":"Group.Builder","l":"setPassword(String)","u":"setPassword(java.lang.String)"},{"p":"de.maxhenkel.voicechat.api","c":"Group.Builder","l":"setPersistent(boolean)"},{"p":"de.maxhenkel.voicechat.api.audiolistener","c":"PlayerAudioListener.Builder","l":"setPlayer(ServerPlayer)","u":"setPlayer(de.maxhenkel.voicechat.api.ServerPlayer)"},{"p":"de.maxhenkel.voicechat.api.audiolistener","c":"PlayerAudioListener.Builder","l":"setPlayer(UUID)","u":"setPlayer(java.util.UUID)"},{"p":"de.maxhenkel.voicechat.api.events","c":"ClientReceiveSoundEvent","l":"setRawAudio(short[])"},{"p":"de.maxhenkel.voicechat.api.events","c":"ClientSoundEvent","l":"setRawAudio(short[])"},{"p":"de.maxhenkel.voicechat.api.events","c":"ClientVoicechatInitializationEvent","l":"setSocketImplementation(ClientVoicechatSocket)","u":"setSocketImplementation(de.maxhenkel.voicechat.api.ClientVoicechatSocket)"},{"p":"de.maxhenkel.voicechat.api.events","c":"VoicechatServerStartingEvent","l":"setSocketImplementation(VoicechatSocket)","u":"setSocketImplementation(de.maxhenkel.voicechat.api.VoicechatSocket)"},{"p":"de.maxhenkel.voicechat.api","c":"Group.Builder","l":"setType(Group.Type)","u":"setType(de.maxhenkel.voicechat.api.Group.Type)"},{"p":"de.maxhenkel.voicechat.api.events","c":"VoiceHostEvent","l":"setVoiceHost(String)","u":"setVoiceHost(java.lang.String)"},{"p":"de.maxhenkel.voicechat.api.audiochannel","c":"ClientEntityAudioChannel","l":"setWhispering(boolean)"},{"p":"de.maxhenkel.voicechat.api.audiochannel","c":"EntityAudioChannel","l":"setWhispering(boolean)"},{"p":"de.maxhenkel.voicechat.api.audio","c":"AudioConverter","l":"shortsToBytes(short[])"},{"p":"de.maxhenkel.voicechat.api.audio","c":"AudioConverter","l":"shortsToFloats(short[])"},{"p":"de.maxhenkel.voicechat.api.events","c":"SoundPacketEvent","l":"SOURCE_GROUP"},{"p":"de.maxhenkel.voicechat.api.events","c":"SoundPacketEvent","l":"SOURCE_PLUGIN"},{"p":"de.maxhenkel.voicechat.api.events","c":"SoundPacketEvent","l":"SOURCE_PROXIMITY"},{"p":"de.maxhenkel.voicechat.api.events","c":"SoundPacketEvent","l":"SOURCE_SPECTATOR"},{"p":"de.maxhenkel.voicechat.api.audiochannel","c":"AudioPlayer","l":"startPlaying()"},{"p":"de.maxhenkel.voicechat.api.packets","c":"ConvertablePacket","l":"staticSoundPacketBuilder()"},{"p":"de.maxhenkel.voicechat.api.audiochannel","c":"AudioPlayer","l":"stopPlaying()"},{"p":"de.maxhenkel.voicechat.api.packets","c":"ConvertablePacket","l":"toEntitySoundPacket(UUID, boolean)","u":"toEntitySoundPacket(java.util.UUID,boolean)"},{"p":"de.maxhenkel.voicechat.api.packets","c":"ConvertablePacket","l":"toLocationalSoundPacket(Position)","u":"toLocationalSoundPacket(de.maxhenkel.voicechat.api.Position)"},{"p":"de.maxhenkel.voicechat.api.packets","c":"ConvertablePacket","l":"toStaticSoundPacket()"},{"p":"de.maxhenkel.voicechat.api","c":"VoicechatServerApi","l":"unregisterAudioListener(AudioListener)","u":"unregisterAudioListener(de.maxhenkel.voicechat.api.audiolistener.AudioListener)"},{"p":"de.maxhenkel.voicechat.api","c":"VoicechatServerApi","l":"unregisterAudioListener(UUID)","u":"unregisterAudioListener(java.util.UUID)"},{"p":"de.maxhenkel.voicechat.api","c":"VoicechatServerApi","l":"unregisterAudioSender(AudioSender)","u":"unregisterAudioSender(de.maxhenkel.voicechat.api.audiosender.AudioSender)"},{"p":"de.maxhenkel.voicechat.api","c":"VoicechatClientApi","l":"unregisterClientVolumeCategory(String)","u":"unregisterClientVolumeCategory(java.lang.String)"},{"p":"de.maxhenkel.voicechat.api","c":"VoicechatClientApi","l":"unregisterClientVolumeCategory(VolumeCategory)","u":"unregisterClientVolumeCategory(de.maxhenkel.voicechat.api.VolumeCategory)"},{"p":"de.maxhenkel.voicechat.api","c":"VoicechatServerApi","l":"unregisterVolumeCategory(String)","u":"unregisterVolumeCategory(java.lang.String)"},{"p":"de.maxhenkel.voicechat.api","c":"VoicechatServerApi","l":"unregisterVolumeCategory(VolumeCategory)","u":"unregisterVolumeCategory(de.maxhenkel.voicechat.api.VolumeCategory)"},{"p":"de.maxhenkel.voicechat.api.audiochannel","c":"EntityAudioChannel","l":"updateEntity(Entity)","u":"updateEntity(de.maxhenkel.voicechat.api.Entity)"},{"p":"de.maxhenkel.voicechat.api.audiochannel","c":"LocationalAudioChannel","l":"updateLocation(Position)","u":"updateLocation(de.maxhenkel.voicechat.api.Position)"},{"p":"de.maxhenkel.voicechat.api.opus","c":"OpusEncoderMode","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"de.maxhenkel.voicechat.api.opus","c":"OpusEncoderMode","l":"values()"},{"p":"de.maxhenkel.voicechat.api.opus","c":"OpusEncoderMode","l":"VOIP"},{"p":"de.maxhenkel.voicechat.api","c":"VoicechatApi","l":"volumeCategoryBuilder()"},{"p":"de.maxhenkel.voicechat.api.audiosender","c":"AudioSender","l":"whispering(boolean)"},{"p":"de.maxhenkel.voicechat.api.packets","c":"EntitySoundPacket.Builder","l":"whispering(boolean)"}];updateSearchResults();