Class VoicechatUndeafenEvent
java.lang.Object
com.craftmend.openaudiomc.api.events.BaseEvent
com.craftmend.openaudiomc.api.events.ClientEvent
com.craftmend.openaudiomc.api.events.client.VoicechatUndeafenEvent
This event is called whenever a player explicitly undeafens their audio
-
Constructor Summary
ConstructorDescriptionVoicechatUndeafenEvent
(Client client) This is a simple event that gets called whenever a player explicitly undeafens their audio -
Method Summary
Methods inherited from class com.craftmend.openaudiomc.api.events.ClientEvent
getClient
-
Constructor Details
-
VoicechatUndeafenEvent
This is a simple event that gets called whenever a player explicitly undeafens their audio- Parameters:
client
- the client that this event is about
-