| Package | Description |
|---|---|
| org.cloudburstmc.api.event.player |
| Modifier and Type | Field and Description |
|---|---|
protected PlayerKickEvent.Reason |
PlayerKickEvent.reason |
| Modifier and Type | Method and Description |
|---|---|
PlayerKickEvent.Reason |
PlayerKickEvent.getReasonEnum() |
static PlayerKickEvent.Reason |
PlayerKickEvent.Reason.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PlayerKickEvent.Reason[] |
PlayerKickEvent.Reason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
PlayerKickEvent(Player player,
PlayerKickEvent.Reason reason,
String quitMessage) |
PlayerKickEvent(Player player,
PlayerKickEvent.Reason reason,
String reasonString,
TextContainer quitMessage) |
PlayerKickEvent(Player player,
PlayerKickEvent.Reason reason,
TextContainer quitMessage) |
Copyright © 2021. All rights reserved.