mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-07 04:17:07 +00:00
Merge remote-tracking branch 'origin/PluginAPI-Rewrite' into Entities
This commit is contained in:
commit
be13d0a921
@ -2426,6 +2426,22 @@ class Player{
|
|||||||
$this->bufferLen += 6 + $len;
|
$this->bufferLen += 6 + $len;
|
||||||
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