Class ClientEnableVoiceEvent
java.lang.Object
com.craftmend.openaudiomc.api.events.BaseEvent
com.craftmend.openaudiomc.api.events.ClientEvent
com.craftmend.openaudiomc.api.events.CancellableClientEvent
com.craftmend.openaudiomc.api.events.client.ClientEnableVoiceEvent
- All Implemented Interfaces:
Cancellable
This event is called whenever a client enables voice chat.
This event is cancellable, and if cancelled, the client will not be able to enable voice chat (not showing the tab)
-
Constructor Summary
-
Method Summary
Methods inherited from class com.craftmend.openaudiomc.api.events.CancellableClientEvent
isCancelled, setCancelled
Methods inherited from class com.craftmend.openaudiomc.api.events.ClientEvent
getClient
-
Constructor Details
-
ClientEnableVoiceEvent
-