public class PlayerJoinEvent extends PlayerEvent implements Cancellable
| Constructor and Description |
|---|
PlayerJoinEvent(Player player) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel(boolean cancel) |
boolean |
isIgnored() |
playerpublic PlayerJoinEvent(Player player)
player - the player associated with this eventpublic boolean isIgnored()
isIgnored in interface Cancellablepublic void cancel(boolean cancel)
cancel in interface Cancellablecancel - set the cancellation state of the eventCopyright © 2016. All rights reserved.