This is the complete list of members for Phpcraft\IntegratedServer, including all inherited members.
$allow_incompatible_versions | Phpcraft\Server | |
$clients | Phpcraft\Server | |
$compression_threshold | Phpcraft\Server | |
$config | Phpcraft\IntegratedServer | |
$config_reloaded_function | Phpcraft\IntegratedServer | |
$custom_config_defaults | Phpcraft\IntegratedServer | |
$disconnect_function | Phpcraft\Server | |
$eidCounter | Phpcraft\BareServer | |
$groups | Phpcraft\Server | |
$join_function | Phpcraft\Server | |
$list_ping_function | Phpcraft\Server | |
$name | Phpcraft\IntegratedServer | |
$open_condition | Phpcraft\Server | |
$packet_function | Phpcraft\Server | |
$persist_configs | Phpcraft\Server | |
$private_key | Phpcraft\Server | |
$spawn_position | Phpcraft\IntegratedServer | |
$streams | Phpcraft\Server | |
$tick_loop | Phpcraft\Server | protected |
$ui | Phpcraft\IntegratedServer | |
$worlds | Phpcraft\BareServer | |
__construct(?string $name=null, array $custom_config_defaults=[], ?UserInterface $ui=null, $private_key=null) | Phpcraft\IntegratedServer | |
Phpcraft::Server::__construct(array $streams=[], $private_key=null) | Phpcraft\Server | |
adminBroadcast($msg, string $permission="everything") | Phpcraft\Server | |
broadcast($msg, int $position=ChatPosition::SYSTEM) | Phpcraft\Server | |
cliStart(?string $name=null, array $custom_config_defaults=[]) | Phpcraft\IntegratedServer | static |
close($reason=null) | Phpcraft\Server | |
getDefaultName() | Phpcraft\IntegratedServer | static |
getGroup(string $name) | Phpcraft\Server | |
getMotd() | Phpcraft\Server | |
getName() | Phpcraft\Server | |
getOfflinePlayer(string $name_or_uuid) | Phpcraft\Server | |
getPlayer($name_or_uuid) | Phpcraft\Server | |
getPlayers() | Phpcraft\Server | |
getPorts() | Phpcraft\Server | |
getPosition() | Phpcraft\Server | |
getServer() | Phpcraft\Server | |
hasPermission(string $permission) | Phpcraft\Server | |
hasPosition() | Phpcraft\Server | |
hasServer() | Phpcraft\Server | |
isListening() | Phpcraft\Server | |
isOnlineMode() | Phpcraft\Server | |
isOpen() | Phpcraft\Server | |
permissionBroadcast(string $permission, $msg, int $position=ChatPosition::SYSTEM) | Phpcraft\Server | |
reloadConfig() | Phpcraft\IntegratedServer | |
saveConfig() | Phpcraft\IntegratedServer | |
sendAdminBroadcast($message, string $permission="everything") | Phpcraft\Server | |
sendMessage($message) | Phpcraft\Server | |
setGroups(array $groups) | Phpcraft\Server | |
softClose() | Phpcraft\Server | |
start(?string $name=null, bool $offline=false, bool $plain=false, array $custom_config_defaults=[]) | Phpcraft\IntegratedServer | static |