Mineserver
A rewrite of Minecraft 1.8.9 in C++ !
|
The network (TCP) cross-platform implementation. More...
Go to the source code of this file.
Classes | |
class | ClientSocket |
Network POSIX Client. More... | |
class | ServerSocket |
Network POSIX Server. More... | |
struct | mojangapi::HasJoinedResponse |
Reponse for hasJoined endpoint. More... | |
Namespaces | |
namespace | mojangapi |
The Mojang API holder. | |
Functions | |
HasJoinedResponse | mojangapi::hasJoined (const std::string &username, const std::string &serverId, const std::string &ip="") |
Checks whether the player has joined the server. | |
The network (TCP) cross-platform implementation.