This is the complete list of members for Phpcraft\IntegratedServer, including all inherited members.
| $clients | Phpcraft\Server | |
| $compression_threshold | Phpcraft\Server | |
| $config | Phpcraft\IntegratedServer | |
| $config_reloaded_function | Phpcraft\IntegratedServer | |
| $custom_config_defaults | Phpcraft\IntegratedServer | |
| $deny_incompatible_versions | Phpcraft\Server | |
| $disconnect_function | Phpcraft\Server | |
| $eidCounter | Phpcraft\Server | |
| $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 | |
| $ui | Phpcraft\IntegratedServer | |
| __construct(string $name="Phpcraft Integrated Server", array $custom_config_defaults=[], ?UserInterface $ui=null, $private_key=null) | Phpcraft\IntegratedServer | |
| Phpcraft::Server::__construct(array $streams=[], $private_key=null) | Phpcraft\Server | |
| adminBroadcast($message, string $permission="everything") | Phpcraft\Server | |
| broadcast($message, int $position=ChatPosition::SYSTEM) | Phpcraft\Server | |
| cliStart(string $name="Phpcraft Integrated Server", array $custom_config_defaults=[]) | Phpcraft\IntegratedServer | static |
| close($reason=[]) | Phpcraft\Server | |
| 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 | |
| isListening() | Phpcraft\Server | |
| isOnlineMode() | Phpcraft\Server | |
| isOpen() | Phpcraft\Server | |
| permissionBroadcast(string $permission, $message, 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="Phpcraft Integrated Server", bool $offline=false, bool $plain=false, array $custom_config_defaults=[]) | Phpcraft\IntegratedServer | static |