Method | Description | |
---|---|---|
addAttachment ( pocketmine\plugin\Plugin $plugin, string $name = null, boolean $value = null ) : |
||
getEffectivePermissions ( ) : |
||
hasPermission ( string | |
Returns the permission value if overridden, or the default value if not | |
isPermissionSet ( string | |
Checks if this instance has a permission overridden | |
recalculatePermissions ( ) : void | ||
removeAttachment ( |
public addAttachment ( pocketmine\plugin\Plugin $plugin, string $name = null, boolean $value = null ) : |
||
$plugin | pocketmine\plugin\Plugin | |
$name | string | |
$value | boolean | |
return |
public getEffectivePermissions ( ) : |
||
return |
public hasPermission ( string | |
||
$name | string | |
|
return | mixed |
public isPermissionSet ( string | |
||
$name | string | |
|
return | boolean |
public removeAttachment ( |
||
$attachment | ||
return | void |