Phpcraft
List of all members
Phpcraft\Event\ProxyJoinEvent Class Reference
Inheritance diagram for Phpcraft\Event\ProxyJoinEvent:
Inheritance graph
[legend]
Collaboration diagram for Phpcraft\Event\ProxyJoinEvent:
Collaboration graph
[legend]

Additional Inherited Members

- Public Member Functions inherited from Phpcraft\Event\ProxyClientEvent
 __construct (ProxyServer $server, ClientConnection $client)
 
- Public Member Functions inherited from Phpcraft\Event\ProxyEvent
 __construct (ProxyServer $server)
 
- Public Attributes inherited from Phpcraft\Event\ProxyClientEvent
 $client
 
- Public Attributes inherited from Phpcraft\Event\ProxyEvent
 $server
 

Detailed Description

The event emitted by the proxy when a client has joined it. Cancellable. If you cancel this event, please also call ClientConnection::disconnect so the client knows why they can't join.