Package me.hackware.api.event.impl
Class PlayerLeaveEvent
java.lang.Object
me.hackware.api.event.Event
me.hackware.api.event.impl.PlayerLeaveEvent
Fired when another player leaves the server (removed from the tab list).
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class me.hackware.api.event.Event
cancel, isCancelled
-
Constructor Details
-
PlayerLeaveEvent
-
-
Method Details
-
getName
The leaving player's name (may be null if unavailable). -
getUuid
The leaving player's UUID.
-