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