public class ReloadInfo extends HandlingInfo
Constructor and Description |
---|
ReloadInfo(UUID uuid,
long time,
InetAddress ip,
boolean banned,
String nickname,
org.bukkit.GameMode gm)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
process(UserData uData)
Process the info and modify the UserData object accordingly.
|
getTime, getType, getUuid
public ReloadInfo(UUID uuid, long time, InetAddress ip, boolean banned, String nickname, org.bukkit.GameMode gm)
uuid
- UUID of the player.time
- Epoch ms of the event.ip
- IP of the playerbanned
- Is the player banned?nickname
- Nickname of the playergm
- current gamemode of the playerpublic boolean process(UserData uData)
HandlingInfo
process
in class HandlingInfo
uData
- UserData object to modify.Copyright © 2017. All rights reserved.