public interface CoreMemberManager extends Manager<CoreMemberRepository<?,?>>
| Modifier and Type | Method and Description |
|---|---|
default java.lang.String |
getDefaultIdentifierPluralLower()
Represents the default plural identifier for this module
|
default java.lang.String |
getDefaultIdentifierPluralUpper()
Represents the default plural identifier for this module
|
default java.lang.String |
getDefaultIdentifierSingularLower()
Represents the default singular identifier for this module
|
default java.lang.String |
getDefaultIdentifierSingularUpper()
Represents the default singular identifier for this module
|
getPrimaryComponentdefault java.lang.String getDefaultIdentifierSingularUpper()
ManagerRepresents the default singular identifier for this module
Should be overridden by other plugins who change the name of the object. Examples: "Clan", "Faction", "Guild", "Member", ... etc
Used in text sent to the player
getDefaultIdentifierSingularUpper in interface Manager<CoreMemberRepository<?,?>>default java.lang.String getDefaultIdentifierPluralUpper()
ManagerRepresents the default plural identifier for this module
Should be overridden by other plugins who change the name of party. Examples: "Clans", "Factions", "Guilds", "Members" ... etc
Used in text sent to the player
getDefaultIdentifierPluralUpper in interface Manager<CoreMemberRepository<?,?>>default java.lang.String getDefaultIdentifierSingularLower()
ManagerRepresents the default singular identifier for this module
Should be overridden by other plugins who change the name of party. Examples: "clan", "faction", "guild", "member" ... etc
Used in text sent to the player
getDefaultIdentifierSingularLower in interface Manager<CoreMemberRepository<?,?>>default java.lang.String getDefaultIdentifierPluralLower()
ManagerRepresents the default plural identifier for this module
Should be overridden by other plugins who change the name of party. Examples: "clans", "factions", "guilds", "members" ... etc
Used in text sent to the player
getDefaultIdentifierPluralLower in interface Manager<CoreMemberRepository<?,?>>