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

    Modifier and Type
    Method
    Description
    Returns the username associated with this identity.
    Returns the unique identifier of this object.
  • Method Details

    • uuid

      Returns the unique identifier of this object.
      Returns:
      the UUID representing this identity
    • username

      Returns the username associated with this identity.
      Returns:
      the username