Package de.maxhenkel.voicechat.api.events
package de.maxhenkel.voicechat.api.events
All registrable events.
Events can be registered by calling EventRegistration.registerEvent(java.lang.Class<T>, java.util.function.Consumer<T>, int).
-
Interface SummaryInterfaceDescriptionThis event is emitted before the client encodes the audio and sends it to the server.This event is emitted when an entity sound packet is about to get sent to a client.This event is emitted when a locational sound packet is about to get sent to a client.This event is emitted when a microphone packet arrives at the server.PacketEvent<T extends Packet>SoundPacketEvent<T extends Packet>This event is emitted when a static sound packet is about to get sent to a client.