LeviLamina
Loading...
Searching...
No Matches
ServerLocator Class Referenceabstract
Inheritance diagram for ServerLocator:

Public Types

enum class  State : int { Enabled = 0 , Disabled = 1 , Uninitialized = 2 }

Public Member Functions

virtual void startAnnouncingServer (::std::string const &playerName, ::std::string const &worldName, ::GameType gameType, int numPlayers, int maxNumPlayers, bool isJoinableThroughServerScreen, bool isEditorWorld, bool isHardcore, ::ServerSupportedAuthenticationTypes supportedAuth)=0
virtual void stopAnnouncingServer ()=0
virtual void startServerDiscovery (::PortPair ports)=0
virtual void stopServerDiscovery ()=0
virtual void addCustomServer (::AsynchronousIPResolver const &futureIP, int port)=0
virtual void addCustomServer (::std::string const &address, int port)=0
virtual ::std::vector<::PingedCompatibleServergetServerList () const =0
virtual void clearServerList ()=0
virtual void update ()=0
virtual float getPingTimeForGUID (::std::string const &guid)=0
virtual void checkCanConnectToCustomServerAsync (::std::string hostIpAddress, int port, ::std::function< void(::ServerConnectivityTestResult)> callback)=0
virtual void _onDisable ()
virtual void _onEnable ()
MCAPI void $_onDisable ()
MCAPI void $_onEnable ()
MCAPI void disable ()
MCAPI bool isDisabled () const
MCAPI bool isEnabled () const
MCAPI void tryEnable ()
MCAPI void * $ctor (::Bedrock::NonOwnerPointer<::AppPlatform > const &appPlatform)
MCAPI void $dtor ()

Static Public Member Functions

static MCAPI void ** $vftable ()

Public Attributes

::ll::UntypedStorage< 4, 4 > mUnkaf3b65
::ll::UntypedStorage< 8, 24 > mUnk1d223d

Member Function Documentation

◆ _onDisable()

virtual void ServerLocator::_onDisable ( )
virtual

◆ _onEnable()

virtual void ServerLocator::_onEnable ( )
virtual

◆ $_onDisable()

MCAPI void ServerLocator::$_onDisable ( )
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.

◆ $_onEnable()

MCAPI void ServerLocator::$_onEnable ( )
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.

◆ disable()

MCAPI void NetworkEnableDisableListener::disable ( )
inherited
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.

◆ isDisabled()

MCAPI bool NetworkEnableDisableListener::isDisabled ( ) const
inherited
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.

◆ isEnabled()

MCAPI bool NetworkEnableDisableListener::isEnabled ( ) const
inherited
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.

◆ tryEnable()

MCAPI void NetworkEnableDisableListener::tryEnable ( )
inherited
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.

◆ $ctor()

MCAPI void * NetworkEnableDisableListener::$ctor ( ::Bedrock::NonOwnerPointer<::AppPlatform > const & appPlatform)
inherited
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 NetworkEnableDisableListener::$dtor ( )
inherited
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 ** NetworkEnableDisableListener::$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: