Interface PlayerDataSaveEvent

All Superinterfaces:
LuckPermsEvent

public interface PlayerDataSaveEvent extends LuckPermsEvent
Called when player data is saved to the storage.

Data can be saved using UserManager.savePlayerData(UUID, String).

  • Method Details

    • getUniqueId

      @NonNull UUID getUniqueId()
      Gets the unique ID that was saved.
      Returns:
      the uuid
    • getUsername

      @NonNull String getUsername()
      Gets the username that was saved.
      Returns:
      the username
    • getResult

      Gets the result of the operation.
      Returns:
      the result