Interface IPartyPlayerInfoAPI

All Known Subinterfaces:
IPartyMemberAPI

public interface IPartyPlayerInfoAPI
API for info about a player used for party purposes
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the currently known username of this player.
    Gets the UUID of this player.
  • Method Details

    • getUUID

      @Nonnull UUID getUUID()
      Gets the UUID of this player.
      Returns:
      the UUID of this player, not null
    • getUsername

      @Nonnull String getUsername()
      Gets the currently known username of this player.
      Returns:
      the currently known username of this player, not null