public interface PlayerDataSaveEvent extends LuckPermsEvent
Data can be saved using UserManager.savePlayerData(UUID, String).
| Modifier and Type | Method and Description |
|---|---|
@NonNull PlayerSaveResult |
getResult()
Gets the result of the operation.
|
@NonNull String |
getUsername()
Gets the username that was saved.
|
@NonNull UUID |
getUuid()
Gets the unique ID that was saved.
|
getApi, getEventType@NonNull UUID getUuid()
@NonNull String getUsername()
@NonNull PlayerSaveResult getResult()