public class EventManager
extends java.lang.Object
implements com.greatmancode.tools.events.interfaces.Listener
| Constructor and Description |
|---|
EventManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
playerJoinEvent(com.greatmancode.tools.events.playerEvent.PlayerJoinEvent event)
Event handler for when a player is connecting to the server.
|
void |
PreJoinEvent(com.greatmancode.tools.events.playerEvent.PreJoinEvent event) |
public void playerJoinEvent(com.greatmancode.tools.events.playerEvent.PlayerJoinEvent event)
event - The PlayerJoinEvent associated with the eventpublic void PreJoinEvent(com.greatmancode.tools.events.playerEvent.PreJoinEvent event)