LeviLamina
Loading...
Searching...
No Matches
ServerInstanceEventListener Class Reference
+ Inheritance diagram for ServerInstanceEventListener:

Public Types

using EventType = ::ServerInstanceNotificationEvent
 

Public Member Functions

virtual::EventResult onServerInitializeStart (::ServerInstance &instance)
 
virtual::EventResult onServerInitializeEnd (::ServerInstance &instance)
 
virtual::EventResult onServerMinecraftInitialized (::ServerInstance &instance, ::Bedrock::NotNullNonOwnerPtr<::Minecraft > const &minecraft)
 
virtual::EventResult onServerLevelInitialized (::ServerInstance &instance, ::Level &level)
 
virtual::EventResult onServerUpdateStart (::ServerInstance &instance)
 
virtual::EventResult onServerUpdateEnd (::ServerInstance &instance)
 
virtual::EventResult onServerSuspend (::ServerInstance &instance)
 
virtual::EventResult onServerResume (::ServerInstance &instance)
 
virtual::EventResult onServerThreadStarted (::ServerInstance &instance)
 
virtual::EventResult onServerThreadStopped (::ServerInstance &instance)
 
virtual::EventResult onStartLeaveGame (::ServerInstance &instance)
 
virtual::EventResult onEvent (::ServerInstanceNotificationEvent const &event)
 
MCAPI::EventResult $onServerInitializeStart (::ServerInstance &instance)
 
MCAPI::EventResult $onServerInitializeEnd (::ServerInstance &instance)
 
MCAPI::EventResult $onServerMinecraftInitialized (::ServerInstance &instance, ::Bedrock::NotNullNonOwnerPtr<::Minecraft > const &minecraft)
 
MCAPI::EventResult $onServerLevelInitialized (::ServerInstance &instance, ::Level &level)
 
MCAPI::EventResult $onServerUpdateStart (::ServerInstance &instance)
 
MCAPI::EventResult $onServerUpdateEnd (::ServerInstance &instance)
 
MCAPI::EventResult $onServerSuspend (::ServerInstance &instance)
 
MCAPI::EventResult $onServerResume (::ServerInstance &instance)
 
MCAPI::EventResult $onServerThreadStarted (::ServerInstance &instance)
 
MCAPI::EventResult $onServerThreadStopped (::ServerInstance &instance)
 
MCAPI::EventResult $onStartLeaveGame (::ServerInstance &instance)
 
MCAPI::EventResult $onEvent (::ServerInstanceNotificationEvent const &event)
 

Member Function Documentation

◆ $onServerInitializeStart()

MCAPI::EventResult ServerInstanceEventListener::$onServerInitializeStart ( ::ServerInstance & instance)
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.

◆ $onServerInitializeEnd()

MCAPI::EventResult ServerInstanceEventListener::$onServerInitializeEnd ( ::ServerInstance & instance)
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.

◆ $onServerMinecraftInitialized()

MCAPI::EventResult ServerInstanceEventListener::$onServerMinecraftInitialized ( ::ServerInstance & instance,
::Bedrock::NotNullNonOwnerPtr<::Minecraft > const & minecraft )
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.

◆ $onServerLevelInitialized()

MCAPI::EventResult ServerInstanceEventListener::$onServerLevelInitialized ( ::ServerInstance & instance,
::Level & level )
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.

◆ $onServerUpdateStart()

MCAPI::EventResult ServerInstanceEventListener::$onServerUpdateStart ( ::ServerInstance & instance)
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.

◆ $onServerUpdateEnd()

MCAPI::EventResult ServerInstanceEventListener::$onServerUpdateEnd ( ::ServerInstance & instance)
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.

◆ $onServerSuspend()

MCAPI::EventResult ServerInstanceEventListener::$onServerSuspend ( ::ServerInstance & instance)
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.

◆ $onServerResume()

MCAPI::EventResult ServerInstanceEventListener::$onServerResume ( ::ServerInstance & instance)
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.

◆ $onServerThreadStarted()

MCAPI::EventResult ServerInstanceEventListener::$onServerThreadStarted ( ::ServerInstance & instance)
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.

◆ $onServerThreadStopped()

MCAPI::EventResult ServerInstanceEventListener::$onServerThreadStopped ( ::ServerInstance & instance)
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.

◆ $onStartLeaveGame()

MCAPI::EventResult ServerInstanceEventListener::$onStartLeaveGame ( ::ServerInstance & instance)
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.

◆ $onEvent()

MCAPI::EventResult ServerInstanceEventListener::$onEvent ( ::ServerInstanceNotificationEvent const & event)
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: