Class ClientDisconnectEvent
java.lang.Object
com.craftmend.openaudiomc.api.events.BaseEvent
com.craftmend.openaudiomc.api.events.ClientEvent
com.craftmend.openaudiomc.api.events.client.ClientDisconnectEvent
This event is called whenever a client is successfully disconnected, or a player switched to this
server with the web client closed
-
Constructor Summary
ConstructorDescriptionClientDisconnectEvent
(Client client) Create a new client event that represents a client that has disconnected from the web client -
Method Summary
Methods inherited from class com.craftmend.openaudiomc.api.events.ClientEvent
getClient
-
Constructor Details
-
ClientDisconnectEvent
Create a new client event that represents a client that has disconnected from the web client- Parameters:
client
- the client that this event is about
-