public class PlayerPreLoginEvent
extends org.cloudburstmc.api.event.Event
implements org.cloudburstmc.api.event.Cancellable
| Modifier and Type | Field and Description |
|---|---|
protected String |
kickMessage |
protected PlayerLoginData |
loginData |
| Constructor and Description |
|---|
PlayerPreLoginEvent(PlayerLoginData loginData,
String kickMessage) |
| Modifier and Type | Method and Description |
|---|---|
String |
getKickMessage() |
PlayerLoginData |
getLoginData() |
void |
setKickMessage(String kickMessage) |
isCancelled, setCancelled, setCancelledprotected PlayerLoginData loginData
protected String kickMessage
public PlayerPreLoginEvent(PlayerLoginData loginData, String kickMessage)
public void setKickMessage(String kickMessage)
public String getKickMessage()
public PlayerLoginData getLoginData()
Copyright © 2021. All rights reserved.