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 ::WeakRef<::Editor::ProjectRegioncreateRegion (::Dimension &dimension, ::Editor::ProjectRegionConfig const &config, ::std::optional< uint64 > ownerId)
virtual ::Scripting::Result_deprecated< void > destroyRegion (::mce::UUID const &id)
virtual ::std::vector<::WeakRef<::Editor::ProjectRegion > > getAllRegions () const
virtual ::WeakRef<::Editor::ProjectRegiongetRegion (::mce::UUID const &id) 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 EditorProjectRegionManagerService (::Editor::ServiceProviderCollection &providers)
MCAPI void * $ctor (::Editor::ServiceProviderCollection &providers)
MCAPI void $dtor ()
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 ::WeakRef<::Editor::ProjectRegion$createRegion (::Dimension &dimension, ::Editor::ProjectRegionConfig const &config, ::std::optional< uint64 > ownerId)
MCAPI ::Scripting::Result_deprecated< void > $destroyRegion (::mce::UUID const &id)
MCAPI ::std::vector<::WeakRef<::Editor::ProjectRegion > > $getAllRegions () const
MCAPI ::WeakRef<::Editor::ProjectRegion$getRegion (::mce::UUID const &id) 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 bool $isServiceInitialized () const
MCAPI bool $isServiceReady () 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, 16 > mUnkd791c9
::ll::UntypedStorage< 8, 64 > mUnkfe8985
::ll::UntypedStorage< 8, 8 > mUnkc8874b
::ll::UntypedStorage< 4, 4 > mUnk93c97e
::std::shared_ptr<::Bedrock::EnableNonOwnerReferences::ControlBlockmControlBlock

Constructor & Destructor Documentation

◆ EditorProjectRegionManagerService()

MCAPI Editor::Services::EditorProjectRegionManagerService::EditorProjectRegionManagerService ( ::Editor::ServiceProviderCollection & providers)
explicit
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.

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

◆ createRegion()

virtual ::WeakRef<::Editor::ProjectRegion > Editor::Services::EditorProjectRegionManagerService::createRegion ( ::Dimension & dimension,
::Editor::ProjectRegionConfig const & config,
::std::optional< uint64 > ownerId )
virtual

◆ destroyRegion()

virtual ::Scripting::Result_deprecated< void > Editor::Services::EditorProjectRegionManagerService::destroyRegion ( ::mce::UUID const & id)
virtual

◆ getAllRegions()

virtual ::std::vector<::WeakRef<::Editor::ProjectRegion > > Editor::Services::EditorProjectRegionManagerService::getAllRegions ( ) const
virtual

◆ getRegion()

virtual ::WeakRef<::Editor::ProjectRegion > Editor::Services::EditorProjectRegionManagerService::getRegion ( ::mce::UUID const & id) 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

◆ $ctor()

MCAPI void * Editor::Services::EditorProjectRegionManagerService::$ctor ( ::Editor::ServiceProviderCollection & providers)
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::EditorProjectRegionManagerService::$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.

◆ $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.

◆ $createRegion()

MCAPI ::WeakRef<::Editor::ProjectRegion > Editor::Services::EditorProjectRegionManagerService::$createRegion ( ::Dimension & dimension,
::Editor::ProjectRegionConfig const & config,
::std::optional< uint64 > ownerId )
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.

◆ $destroyRegion()

MCAPI ::Scripting::Result_deprecated< void > Editor::Services::EditorProjectRegionManagerService::$destroyRegion ( ::mce::UUID const & id)
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.

◆ $getAllRegions()

MCAPI ::std::vector<::WeakRef<::Editor::ProjectRegion > > Editor::Services::EditorProjectRegionManagerService::$getAllRegions ( ) 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.

◆ $getRegion()

MCAPI ::WeakRef<::Editor::ProjectRegion > Editor::Services::EditorProjectRegionManagerService::$getRegion ( ::mce::UUID const & id) 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.

◆ $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: