|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Permission | |
---|---|
org.bukkit.permissions | Classes dedicated to providing binary state properties to players. |
org.bukkit.plugin | Classes specifically relating to loading software modules at runtime. |
org.bukkit.util.permissions | Static methods for miscellaneous permission functionality. |
Uses of Permission in org.bukkit.permissions |
---|
Methods in org.bukkit.permissions that return Permission | |
---|---|
Permission |
Permission.addParent(String name,
boolean value)
Adds this permission to the specified parent permission. |
static Permission |
Permission.loadPermission(String name,
Map<?,?> data,
PermissionDefault def,
List<Permission> output)
Loads a Permission from a map of data, usually used from retrieval from a yaml file. |
static Permission |
Permission.loadPermission(String name,
Map<String,Object> data)
Loads a Permission from a map of data, usually used from retrieval from a yaml file. |
Methods in org.bukkit.permissions that return types with arguments of type Permission | |
---|---|
static List<Permission> |
Permission.loadPermissions(Map<?,?> data,
String error,
PermissionDefault def)
Loads a list of Permissions from a map of data, usually used from retrieval from a yaml file. |
Methods in org.bukkit.permissions with parameters of type Permission | |
---|---|
void |
Permission.addParent(Permission perm,
boolean value)
Adds this permission to the specified parent permission. |
boolean |
PermissibleBase.hasPermission(Permission perm)
|
boolean |
Permissible.hasPermission(Permission perm)
Gets the value of the specified permission, if set. |
boolean |
PermissibleBase.isPermissionSet(Permission perm)
|
boolean |
Permissible.isPermissionSet(Permission perm)
Checks if this object contains an override for the specified Permission |
void |
PermissionAttachment.setPermission(Permission perm,
boolean value)
Sets a permission to the given value |
void |
PermissionAttachment.unsetPermission(Permission perm)
Removes the specified permission from this attachment. |
Method parameters in org.bukkit.permissions with type arguments of type Permission | |
---|---|
static Permission |
Permission.loadPermission(String name,
Map<?,?> data,
PermissionDefault def,
List<Permission> output)
Loads a Permission from a map of data, usually used from retrieval from a yaml file. |
Uses of Permission in org.bukkit.plugin |
---|
Methods in org.bukkit.plugin that return Permission | |
---|---|
Permission |
PluginManager.getPermission(String name)
Gets a Permission from its fully qualified name |
Permission |
SimplePluginManager.getPermission(String name)
|
Methods in org.bukkit.plugin that return types with arguments of type Permission | |
---|---|
Set<Permission> |
PluginManager.getDefaultPermissions(boolean op)
Gets the default permissions for the given op status |
Set<Permission> |
SimplePluginManager.getDefaultPermissions(boolean op)
|
Set<Permission> |
PluginManager.getPermissions()
Gets a set of all registered permissions. |
List<Permission> |
PluginDescriptionFile.getPermissions()
|
Set<Permission> |
SimplePluginManager.getPermissions()
|
Methods in org.bukkit.plugin with parameters of type Permission | |
---|---|
void |
PluginManager.addPermission(Permission perm)
Adds a Permission to this plugin manager. |
void |
SimplePluginManager.addPermission(Permission perm)
|
void |
PluginManager.recalculatePermissionDefaults(Permission perm)
Recalculates the defaults for the given Permission . |
void |
SimplePluginManager.recalculatePermissionDefaults(Permission perm)
|
void |
PluginManager.removePermission(Permission perm)
Removes a Permission registration from this plugin manager. |
void |
SimplePluginManager.removePermission(Permission perm)
|
Uses of Permission in org.bukkit.util.permissions |
---|
Methods in org.bukkit.util.permissions with parameters of type Permission | |
---|---|
static Permission |
DefaultPermissions.registerPermission(Permission perm)
|
static Permission |
DefaultPermissions.registerPermission(Permission perm,
boolean withLegacy)
|
static Permission |
DefaultPermissions.registerPermission(Permission perm,
Permission parent)
|
static Permission |
DefaultPermissions.registerPermission(String name,
String desc,
Permission parent)
|
static Permission |
DefaultPermissions.registerPermission(String name,
String desc,
PermissionDefault def,
Map<String,Boolean> children,
Permission parent)
|
static Permission |
DefaultPermissions.registerPermission(String name,
String desc,
PermissionDefault def,
Permission parent)
|
static Permission |
BroadcastPermissions.registerPermissions(Permission parent)
|
static Permission |
CommandPermissions.registerPermissions(Permission parent)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |