MCPcopy Create free account
hub / github.com/PolyMC/PolyMC / setServerToJoin

Method setServerToJoin

launcher/LaunchController.h:78–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76 }
77
78 void setServerToJoin(MinecraftServerTargetPtr serverToJoin) {
79 m_serverToJoin = std::move(serverToJoin);
80 }
81
82 void setAccountToUse(MinecraftAccountPtr accountToUse) {
83 m_accountToUse = std::move(accountToUse);

Callers 1

launchMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected