Interface IClientPartyAllyInfoAPI
public interface IClientPartyAllyInfoAPI
API for info about an ally party
-
Method Summary
Modifier and TypeMethodDescriptionGets 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
Gets the UUID of the ally party.- Returns:
- the UUID of the ally party, not null
-
getAllyName
Gets the configured custom name of the ally party.- Returns:
- the custom name of the ally party, not null
-
getAllyDefaultName
Gets the default name of the ally party.- Returns:
- the default name of the ally party, not null
-