public abstract class PlayerEvent extends Event
| Modifier | Constructor and Description |
|---|---|
protected |
PlayerEvent(Player player) |
| Modifier and Type | Method and Description |
|---|---|
Player |
getPlayer()
Gets the player object (the player who triggered this event).
|