This is the complete list of members for ClientInterface, including all inherited members.
ClientInterface(const std::shared_ptr< con::IConnection > &con) | ClientInterface | |
CreateClient(session_t peer_id) | ClientInterface | |
DeleteClient(session_t peer_id) | ClientInterface | |
event(session_t peer_id, ClientStateEvent event) | ClientInterface | |
getClientIDs(ClientState min_state=CS_Active) | ClientInterface | |
getClientList() | ClientInterface | inlineprotected |
getClientNoEx(session_t peer_id, ClientState state_min=CS_Active) | ClientInterface | |
getClientState(session_t peer_id) | ClientInterface | |
getPlayerNames() const | ClientInterface | inline |
getProtocolVersion(session_t peer_id) | ClientInterface | |
isUserLimitReached() | ClientInterface | |
LINGER_TIMEOUT | ClientInterface | privatestatic |
lockedGetClientNoEx(session_t peer_id, ClientState state_min=CS_Active) | ClientInterface | |
m_check_linger_timer | ClientInterface | private |
m_clients | ClientInterface | private |
m_clients_mutex | ClientInterface | private |
m_clients_names | ClientInterface | private |
m_con | ClientInterface | private |
m_env | ClientInterface | private |
m_print_info_timer | ClientInterface | private |
markBlocksNotSent(const std::vector< v3s16 > &positions) | ClientInterface | |
send(session_t peer_id, NetworkPacket *pkt) | ClientInterface | |
sendCustom(session_t peer_id, u8 channel, NetworkPacket *pkt, bool reliable) | ClientInterface | |
sendToAll(NetworkPacket *pkt) | ClientInterface | |
Server class | ClientInterface | friend |
setClientVersion(session_t peer_id, u8 major, u8 minor, u8 patch, const std::string &full) | ClientInterface | |
setEnv(ServerEnvironment *env) | ClientInterface | inline |
setPlayerName(session_t peer_id, const std::string &name) | ClientInterface | |
state2Name(ClientState state) | ClientInterface | static |
statenames | ClientInterface | privatestatic |
step(float dtime) | ClientInterface | |
UpdatePlayerList() | ClientInterface | private |
~ClientInterface() | ClientInterface | |