Class MicrophoneUnmuteEvent
java.lang.Object
com.craftmend.openaudiomc.api.events.BaseEvent
com.craftmend.openaudiomc.api.events.ClientEvent
com.craftmend.openaudiomc.api.events.client.MicrophoneUnmuteEvent
This event is called whenever a player explicitly unmutes their microphone or joins voice chat
-
Constructor Summary
ConstructorDescriptionMicrophoneUnmuteEvent
(Client client) This is a simple event that gets called whenever a player explicitly unmutes their microphone -
Method Summary
Methods inherited from class com.craftmend.openaudiomc.api.events.ClientEvent
getClient
-
Constructor Details
-
MicrophoneUnmuteEvent
This is a simple event that gets called whenever a player explicitly unmutes their microphone- Parameters:
client
- the client that this event is about
-