Interface IClientPartyAllyInfoAPI


public interface IClientPartyAllyInfoAPI
API for info about an ally party
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the default name of the ally party.
    Gets the UUID of the ally party.
    Gets the configured custom name of the ally party.
  • Method Details

    • getAllyId

      @Nonnull UUID getAllyId()
      Gets the UUID of the ally party.
      Returns:
      the UUID of the ally party, not null
    • getAllyName

      @Nonnull String getAllyName()
      Gets the configured custom name of the ally party.
      Returns:
      the custom name of the ally party, not null
    • getAllyDefaultName

      @Nonnull String getAllyDefaultName()
      Gets the default name of the ally party.
      Returns:
      the default name of the ally party, not null