Class MicrophoneMuteEvent
java.lang.Object
com.craftmend.openaudiomc.api.events.BaseEvent
com.craftmend.openaudiomc.api.events.ClientEvent
com.craftmend.openaudiomc.api.events.client.MicrophoneMuteEvent
This event is called whenever a player explicitly mutes their microphone
- 
Constructor SummaryConstructorsConstructorDescriptionMicrophoneMuteEvent(Client client) This is a simple event that gets called whenever a player explicitly mutes their microphone
- 
Method SummaryMethods inherited from class com.craftmend.openaudiomc.api.events.ClientEventgetClient
- 
Constructor Details- 
MicrophoneMuteEventThis is a simple event that gets called whenever a player explicitly mutes their microphone- Parameters:
- client- the client that this event is about
 
 
-