Class Rank
java.lang.Object
net.sacredlabyrinth.phaed.simpleclans.Rank
- All Implemented Interfaces:
Comparable<Rank>
- Author:
- RoinujNosde
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleanReturns the rank's display namegetName()Returns the rank's nameReturns the rank's permissionsinthashCode()voidsetDisplayName(@Nullable String displayName) voidvoidsetPermissions(Set<String> permissions)
-
Constructor Details
-
Rank
-
Rank
-
-
Method Details
-
setName
-
setDisplayName
-
setPermissions
-
hashCode
public int hashCode() -
equals
-
getPermissions
Returns the rank's permissions- Returns:
-
getDisplayName
Returns the rank's display name- Returns:
-
getName
Returns the rank's name- Returns:
-
compareTo
- Specified by:
compareToin interfaceComparable<Rank>
-