PocketMine-MP 5.21.2 git-b2aa6396c3cc2cafdd815eacc360e1ad89599899
|
Classes | |
class | BanEntry |
class | BanList |
class | DefaultPermissionNames |
class | DefaultPermissions |
interface | Permissible |
class | PermissibleBase |
class | PermissibleInternal |
class | Permission |
class | PermissionAttachment |
class | PermissionAttachmentInfo |
class | PermissionManager |
class | PermissionParser |
class | PermissionParserException |
Functions | |
addAttachment (Plugin $plugin, ?string $name=null, ?bool $value=null) | |
getEffectivePermissions () | |
getPermissionRecalculationCallbacks () | |
hasPermission (Permission|string $name) | |
isPermissionSet (Permission|string $name) | |
recalculatePermissions () | |
removeAttachment (PermissionAttachment $attachment) | |
setBasePermission (Permission|string $name, bool $grant) | |
unsetBasePermission (Permission|string $name) | |
Variables | |
trait | PermissibleDelegateTrait |
Permission related classes
pocketmine\permission\addAttachment | ( | Plugin | $plugin, |
?string | $name = null, | ||
?bool | $value = null ) |
Definition at line 50 of file PermissibleDelegateTrait.php.
pocketmine\permission\getEffectivePermissions | ( | ) |
Definition at line 73 of file PermissibleDelegateTrait.php.
pocketmine\permission\getPermissionRecalculationCallbacks | ( | ) |
Definition at line 66 of file PermissibleDelegateTrait.php.
pocketmine\permission\hasPermission | ( | Permission|string | $name | ) |
Definition at line 46 of file PermissibleDelegateTrait.php.
pocketmine\permission\isPermissionSet | ( | Permission|string | $name | ) |
Definition at line 42 of file PermissibleDelegateTrait.php.
pocketmine\permission\recalculatePermissions | ( | ) |
Definition at line 58 of file PermissibleDelegateTrait.php.
pocketmine\permission\removeAttachment | ( | PermissionAttachment | $attachment | ) |
Definition at line 54 of file PermissibleDelegateTrait.php.
pocketmine\permission\setBasePermission | ( | Permission|string | $name, |
bool | $grant ) |
Definition at line 34 of file PermissibleDelegateTrait.php.
pocketmine\permission\unsetBasePermission | ( | Permission|string | $name | ) |
Definition at line 38 of file PermissibleDelegateTrait.php.
trait pocketmine::permission\PermissibleDelegateTrait |
Definition at line 29 of file PermissibleDelegateTrait.php.