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 Summary
ConstructorDescriptionMicrophoneMuteEvent
(Client client) This is a simple event that gets called whenever a player explicitly mutes their microphone -
Method Summary
Methods inherited from class com.craftmend.openaudiomc.api.events.ClientEvent
getClient
-
Constructor Details
-
MicrophoneMuteEvent
This is a simple event that gets called whenever a player explicitly mutes their microphone- Parameters:
client
- the client that this event is about
-