Package ovh.mythmc.social.api.identity
Interface Identified
- All Known Subinterfaces:
InGameSocialUser,SocialUser
- All Known Implementing Classes:
AbstractSocialUser,BukkitSocialUser,ConsoleSocialUser,SimpleIdentity
public interface Identified
Represents an object that has a unique identity within the system.
An Identified instance is defined by:
- A unique
UUID - A username
-
Method Summary
-
Method Details
-
uuid
Returns the unique identifier of this object.- Returns:
- the
UUIDrepresenting this identity
-
username
Returns the username associated with this identity.- Returns:
- the username
-