MCPcopy Create free account
hub / github.com/FreesmTeam/FreesmLauncher / setTargetToJoin

Method setTargetToJoin

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

Source from the content-addressed store, hash-verified

63 void setParentWidget(QWidget* widget) { m_parentWidget = widget; }
64
65 void setTargetToJoin(MinecraftTarget::Ptr targetToJoin) { m_targetToJoin = std::move(targetToJoin); }
66
67 void setAccountToUse(MinecraftAccountPtr accountToUse) { m_accountToUse = std::move(accountToUse); }
68

Callers 1

launchMethod · 0.45

Calls 1

moveFunction · 0.85

Tested by

no test coverage detected