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