All Methods Instance Methods Concrete Methods Deprecated Methods
Modifier and Type |
Method and Description |
String |
buildDisplay(String server,
String world) |
String |
buildPrefix(String server,
String world) |
String |
buildSuffix(String server,
String world) |
List<BPPermission> |
calcEffectivePerms(String server,
String world) |
int |
compareTo(Group g) |
List<BPPermission> |
getEffectivePerms(String server,
String world) |
List<String> |
getGroupsString()
Deprecated.
|
List<Group> |
getInheritances() |
List<String> |
getInheritancesString() |
int |
getOwnPermissionsCount(String server,
String world) |
int |
getPermissionsCount(String server,
String world) |
List<BPPermission> |
getPermsWithOrigin(String server,
String world) |
Server |
getServer(String name) |
List<TimedValue<String>> |
getTimedGroupsString()
Deprecated.
|
List<TimedValue<Group>> |
getTimedInheritances() |
List<TimedValue<String>> |
getTimedInheritancesString() |
boolean |
has(String perm)
Deprecated.
|
boolean |
has(String perm,
String server,
String world) |
boolean |
hasOnServer(String perm,
String server)
Deprecated.
|
boolean |
hasOnServerInWorld(String perm,
String server,
String world)
Deprecated.
|
boolean |
hasTimedPermSet(String perm) |
void |
invalidateCache() |
boolean |
isDefault() |
void |
setGroups(List<String> groups)
Deprecated.
|
void |
setIsdefault(boolean isdefault) |
void |
setTimedGroups(List<TimedValue<String>> groups)
Deprecated.
|