mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-17 11:18:52 +00:00
methods*
This commit is contained in:
parent
d699a97bb7
commit
905fa23d18
@ -2429,6 +2429,22 @@ class Player{
|
|||||||
return array();
|
return array();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function isPermissionSet($nodeName){
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
public function hasPermission($nodeName){
|
||||||
|
return $this->isPermissionSet($nodeName) and */PermissionsAPI::hasPermission($nodeName, $this);
|
||||||
|
}
|
||||||
|
|
||||||
|
public function setPermission($nodeName, $boolean){
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
public function unsetPermission($nodeName, $boolean){
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @return string
|
* @return string
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user