Package com.griefdefender.api
Interface Subject
- All Known Subinterfaces:
ClanPlayer,Group,User
public interface Subject
-
Method Details
-
getFriendlyName
String getFriendlyName()Gets the friendly name ofSubject. Note: If no friendly name is found, this will returngetIdentifier().- Returns:
- The friendly name if available, or the identifier
-
getIdentifier
String getIdentifier()Gets theSubject's identifier.- Returns:
- The identifier
-