mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-16 19:59:11 +00:00
methods*
This commit is contained in:
@@ -2428,6 +2428,22 @@ class Player{
|
||||
$this->bufferLen += 6 + $len;
|
||||
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
|
||||
|
Reference in New Issue
Block a user