LeviLamina
Loading...
Searching...
No Matches
Editor::Services::EditorProjectRegionManagerService Class Reference
Inheritance diagram for Editor::Services::EditorProjectRegionManagerService:

Public Types

enum class  State : int { Uninitialized = 0 , Initialized = 1 , Ready = 2 }

Public Member Functions

EditorProjectRegionManagerService & operator= (EditorProjectRegionManagerService const &)
 EditorProjectRegionManagerService (EditorProjectRegionManagerService const &)
virtual ::Scripting::Result_deprecated< void > init ()
virtual ::Scripting::Result_deprecated< void > ready ()
virtual ::Scripting::Result_deprecated< void > quit ()
virtual::std::string_view getServiceName () const
virtual ::Scripting::Result_deprecated< void > regenerateRegion (::DimensionType dimensionType, ::std::vector<::Bounds > const &boundsList, bool regenerateWorldWithExcludedBounds)
virtual ::Scripting::Result_deprecated< void > pruneRegion (::DimensionType dimensionType, ::std::vector<::Bounds > const &boundsList)
virtual bool isProcessingChunks () const
virtual ::std::optional<::Editor::ProjectRegionManagerChunkProcessingStategetChunkProcessingState () const
virtual::Bedrock::PubSub::Subscription registerChunkProcessingChangeListener (::std::function< void(::Scripting::Result_deprecated<::Editor::ProjectRegionManagerChunkProcessingState > const &)> callback)
MCAPI ::Scripting::Result_deprecated< void > $init ()
MCAPI ::Scripting::Result_deprecated< void > $ready ()
MCAPI ::Scripting::Result_deprecated< void > $quit ()
MCAPI::std::string_view $getServiceName () const
MCAPI ::Scripting::Result_deprecated< void > $regenerateRegion (::DimensionType dimensionType, ::std::vector<::Bounds > const &boundsList, bool regenerateWorldWithExcludedBounds)
MCAPI ::Scripting::Result_deprecated< void > $pruneRegion (::DimensionType dimensionType, ::std::vector<::Bounds > const &boundsList)
MCAPI bool $isProcessingChunks () const
MCAPI ::std::optional<::Editor::ProjectRegionManagerChunkProcessingState$getChunkProcessingState () const
MCAPI::Bedrock::PubSub::Subscription $registerChunkProcessingChangeListener (::std::function< void(::Scripting::Result_deprecated<::Editor::ProjectRegionManagerChunkProcessingState > const &)> callback)
virtual bool isServiceInitialized () const
virtual bool isServiceReady () const
MCAPI void $dtor ()
MCAPI bool $isServiceInitialized () const
MCAPI bool $isServiceReady () const
MCFOLD void * $ctor ()
MCFOLD void * $ctor (::Bedrock::EnableNonOwnerReferences const &)

Static Public Member Functions

static MCAPI void ** $vftableForEditorProjectRegionManagerServiceProvider ()
static MCAPI void ** $vftableForIEditorService ()
static MCAPI void ** $vftable ()

Public Attributes

::ll::UntypedStorage< 4, 12 > mUnk63fcf5
::ll::UntypedStorage< 8, 16 > mUnkc7932c
::ll::UntypedStorage< 8, 48 > mUnk93874c
::ll::UntypedStorage< 8, 16 > mUnk7e40b5
::ll::UntypedStorage< 8, 8 > mUnkc8874b
::ll::UntypedStorage< 4, 4 > mUnk93c97e
::std::shared_ptr<::Bedrock::EnableNonOwnerReferences::ControlBlockmControlBlock

Member Function Documentation

◆ init()

virtual ::Scripting::Result_deprecated< void > Editor::Services::EditorProjectRegionManagerService::init ( )
virtual

◆ quit()

virtual ::Scripting::Result_deprecated< void > Editor::Services::EditorProjectRegionManagerService::quit ( )
virtual

◆ getServiceName()

virtual::std::string_view Editor::Services::EditorProjectRegionManagerService::getServiceName ( ) const
virtual

◆ regenerateRegion()

virtual ::Scripting::Result_deprecated< void > Editor::Services::EditorProjectRegionManagerService::regenerateRegion ( ::DimensionType dimensionType,
::std::vector<::Bounds > const & boundsList,
bool regenerateWorldWithExcludedBounds )
virtual

◆ pruneRegion()

virtual ::Scripting::Result_deprecated< void > Editor::Services::EditorProjectRegionManagerService::pruneRegion ( ::DimensionType dimensionType,
::std::vector<::Bounds > const & boundsList )
virtual

◆ isProcessingChunks()

virtual bool Editor::Services::EditorProjectRegionManagerService::isProcessingChunks ( ) const
virtual

◆ getChunkProcessingState()

virtual ::std::optional<::Editor::ProjectRegionManagerChunkProcessingState > Editor::Services::EditorProjectRegionManagerService::getChunkProcessingState ( ) const
virtual

◆ registerChunkProcessingChangeListener()

virtual::Bedrock::PubSub::Subscription Editor::Services::EditorProjectRegionManagerService::registerChunkProcessingChangeListener ( ::std::function< void(::Scripting::Result_deprecated<::Editor::ProjectRegionManagerChunkProcessingState > const &)> callback)
virtual

◆ $init()

MCAPI ::Scripting::Result_deprecated< void > Editor::Services::EditorProjectRegionManagerService::$init ( )
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.

◆ $ready()

MCAPI ::Scripting::Result_deprecated< void > Editor::Services::EditorProjectRegionManagerService::$ready ( )
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.

◆ $quit()

MCAPI ::Scripting::Result_deprecated< void > Editor::Services::EditorProjectRegionManagerService::$quit ( )
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.

◆ $getServiceName()

MCAPI::std::string_view Editor::Services::EditorProjectRegionManagerService::$getServiceName ( ) const
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.

◆ $regenerateRegion()

MCAPI ::Scripting::Result_deprecated< void > Editor::Services::EditorProjectRegionManagerService::$regenerateRegion ( ::DimensionType dimensionType,
::std::vector<::Bounds > const & boundsList,
bool regenerateWorldWithExcludedBounds )
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.

◆ $pruneRegion()

MCAPI ::Scripting::Result_deprecated< void > Editor::Services::EditorProjectRegionManagerService::$pruneRegion ( ::DimensionType dimensionType,
::std::vector<::Bounds > const & boundsList )
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.

◆ $isProcessingChunks()

MCAPI bool Editor::Services::EditorProjectRegionManagerService::$isProcessingChunks ( ) const
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.

◆ $getChunkProcessingState()

MCAPI ::std::optional<::Editor::ProjectRegionManagerChunkProcessingState > Editor::Services::EditorProjectRegionManagerService::$getChunkProcessingState ( ) const
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.

◆ $registerChunkProcessingChangeListener()

MCAPI::Bedrock::PubSub::Subscription Editor::Services::EditorProjectRegionManagerService::$registerChunkProcessingChangeListener ( ::std::function< void(::Scripting::Result_deprecated<::Editor::ProjectRegionManagerChunkProcessingState > const &)> callback)
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.

◆ $vftableForEditorProjectRegionManagerServiceProvider()

MCAPI void ** Editor::Services::EditorProjectRegionManagerService::$vftableForEditorProjectRegionManagerServiceProvider ( )
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.

◆ $vftableForIEditorService()

MCAPI void ** Editor::Services::EditorProjectRegionManagerService::$vftableForIEditorService ( )
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 Editor::Services::IEditorService::$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.

◆ $isServiceInitialized()

MCAPI bool Editor::Services::IEditorService::$isServiceInitialized ( ) 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.

◆ $isServiceReady()

MCAPI bool Editor::Services::IEditorService::$isServiceReady ( ) 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.

◆ $vftable()

MCAPI void ** Editor::Services::IEditorService::$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: