|
| enum class | ServerHealth : int { Unknown = -1
, Poor = 0
, Mid = 1
, Good = 2
} |
|
|
virtual void | hostServer () |
|
virtual::Social::EduJoinerResponse | tryAcceptJoiner (::std::string const &sessionToken, ::std::string const &joinerToHostNonce) |
|
virtual::std::string | getHostToJoinerNonce (::std::string const &sessionToken) const |
|
virtual ::Bedrock::Threading::Async< void > | onNextFetchJoiners () |
|
virtual ::Bedrock::Threading::Async<::Social::EduFetchServersResponse > | requestBroadcastedServers () |
|
virtual ::Bedrock::Threading::Async<::Social::EduFetchServersResponse > | requestServerInfo (::std::vector<::std::string > const &) |
|
virtual ::Bedrock::Threading::Async<::Social::EduAddServerResponse > | requestAddServer (::std::string const &) |
|
virtual ::Bedrock::Threading::Async<::Social::EduJoinServerResponse > | requestJoinServer (::std::string const &, ::std::string const &) |
|
virtual void | saveCachedServersToDisk (::brstd::flat_map< ::std::string, ::Social::EduDedicatedServerDetails, ::std::less<::std::string >, ::std::vector<::std::string >, ::std::vector<::Social::EduDedicatedServerDetails > > const &) |
|
virtual ::brstd::flat_map< ::std::string, ::Social::EduDedicatedServerDetails, ::std::less<::std::string >, ::std::vector<::std::string >, ::std::vector<::Social::EduDedicatedServerDetails > > | loadCachedServersFromDisk () |
|
virtual::Social::EduHeadlessConnectionHandshake | getHandshake () const |
|
virtual::std::string | getHostIp () const |
|
virtual int | getHostPort () const |
| MCAPI void | $dtor () |
|
MCFOLD void * | $ctor () |
|
MCFOLD void * | $ctor (::Bedrock::EnableNonOwnerReferences const &) |
|
|
static MCNAPI_C ::std::string const & | getServicesEndpoint () |
| static MCAPI ::EducationServicesEnvironment & | mCachedEnvironment () |
| static MCAPI void ** | $vftable () |
◆ mCachedEnvironment()
| MCAPI ::EducationServicesEnvironment & Social::IEduMultiplayerHeadless::mCachedEnvironment |
( |
| ) |
|
|
static |
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ $dtor()
| MCAPI void Social::IEduMultiplayerHeadless::$dtor |
( |
| ) |
|
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ $vftable()
| MCAPI void ** Bedrock::EnableNonOwnerReferences::$vftable |
( |
| ) |
|
|
staticinherited |
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
The documentation for this class was generated from the following file: