Interface IClientPartyAllyInfoStorageAPI


public interface IClientPartyAllyInfoStorageAPI
API for party ally info storage
  • Method Summary

    Modifier and Type
    Method
    Description
    get(UUID id)
    Gets info about an ally party with the specified ID.
  • Method Details

    • get

      @Nullable IClientPartyAllyInfoAPI get(@Nonnull UUID id)
      Gets info about an ally party with the specified ID.
      Parameters:
      id - the UUID of the ally party, not null
      Returns:
      the info about the ally party, null if it doesn't exist