Phpcraft
|
Public Member Functions | |
__construct (Server &$server, ?ClientConnection $con=null, $file=null) | |
setGroup (string $name) | |
hasPermission (string $permission) | |
getGroup () | |
getGroupName () | |
isOnline () | |
getPlayer () | |
getUUID () | |
getName () | |
Public Member Functions inherited from Phpcraft\Configuration | |
__construct ($file=null, $default_data=null) | |
queueSave () | |
__destruct () | |
save () | |
get (string $key, $default_value=null) | |
has (string $key) | |
setFile (string $file) | |
current () | |
next () | |
key () | |
valid () | |
rewind () | |
offsetExists ($offset) | |
offsetGet ($offset) | |
offsetSet ($offset, $value) | |
set (string $key, $value) | |
offsetUnset ($offset) | |
unset (string $key) | |
count () | |
Public Attributes | |
$server | |
$con | |
Public Attributes inherited from Phpcraft\Configuration | |
$file | |
$data | |
$unsaved_changes = false | |
Additional Inherited Members | |
Static Public Member Functions inherited from Phpcraft\Configuration | |
static | handleQueue (float $time_limit=0.0) |
Static Public Attributes inherited from Phpcraft\Configuration | |
static | $save_queue |
Phpcraft\ClientConfiguration::__construct | ( | Server & | $server, |
?ClientConnection | $con = null , |
||
$file = null |
|||
) |
Phpcraft\ClientConfiguration::getGroup | ( | ) |
Phpcraft\ClientConfiguration::getGroupName | ( | ) |
Phpcraft\ClientConfiguration::getName | ( | ) |
Phpcraft\ClientConfiguration::getPlayer | ( | ) |
Phpcraft\ClientConfiguration::getUUID | ( | ) |
Phpcraft\ClientConfiguration::hasPermission | ( | string | $permission | ) |
string | $permission |
Phpcraft\ClientConfiguration::isOnline | ( | ) |
Phpcraft\ClientConfiguration::setGroup | ( | string | $name | ) |
string | $name |
ClientConnection null Phpcraft\ClientConfiguration::$con |
The client's active connnection, if applicable.
Server Phpcraft\ClientConfiguration::$server |