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