Package org.galliumpowered.event.player
Class PlayerJoinEvent
java.lang.Object
org.galliumpowered.event.Event
org.galliumpowered.event.CancelableEvent
org.galliumpowered.event.player.PlayerEvent
org.galliumpowered.event.player.PlayerJoinEvent
A player join event
-
Field Summary
Fields inherited from class org.galliumpowered.event.CancelableEvent
isCancelled
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
void
setSuppressed
(boolean suppressed) Hide the messageMethods inherited from class org.galliumpowered.event.player.PlayerEvent
getPlayer
Methods inherited from class org.galliumpowered.event.CancelableEvent
isCancelled, setCancelled
-
Constructor Details
-
PlayerJoinEvent
The player- Parameters:
player
- The player
-
-
Method Details
-
setSuppressed
public void setSuppressed(boolean suppressed) Hide the message -
isSuppressed
public boolean isSuppressed()
-