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

Public Member Functions

MinimapItem & operator= (MinimapItem const &)
 MinimapItem (MinimapItem const &)
MCAPI MinimapItem (::mce::UUID id, int mapWidth, int mapHeight, ::Editor::Services::MinimapViewType minimapViewType)
MCAPI void addMarker (::Editor::Services::MinimapMarkerType markerType)
MCAPI ::WeakRef<::ICustomBiomeSource > const & getCustomBiome () const
MCAPI::mce::UUID const & getId () const
MCAPI int getMapHeight () const
MCAPI int getMapWidth () const
MCAPI ::std::unordered_set<::Editor::Services::MinimapMarkerType > const & getMarkerTypes () const
MCAPI::Editor::Services::MinimapViewType getViewType () const
MCAPI bool hasMarker (::Editor::Services::MinimapMarkerType markerType) const
MCAPI bool isActive () const
MCAPI void removeMarker (::Editor::Services::MinimapMarkerType markerType)
MCAPI void setActive (bool active)
MCAPI bool setCustomBiome (::WeakRef<::ICustomBiomeSource > const &customBiome)
MCAPI void setMapSize (int mapWidth, int mapHeight)
MCAPI void setMinimapViewType (::Editor::Services::MinimapViewType viewType)
MCAPI ~MinimapItem ()
MCAPI void * $ctor (::mce::UUID id, int mapWidth, int mapHeight, ::Editor::Services::MinimapViewType minimapViewType)
MCAPI void $dtor ()

Public Attributes

::ll::UntypedStorage< 8, 16 > mUnk411f42
::ll::UntypedStorage< 1, 1 > mUnkce9a39
::ll::UntypedStorage< 4, 4 > mUnk55e031
::ll::UntypedStorage< 4, 4 > mUnkd00df6
::ll::UntypedStorage< 4, 4 > mUnk3753e4
::ll::UntypedStorage< 8, 64 > mUnke8c2ec
::ll::UntypedStorage< 8, 16 > mUnk2a09a2

Constructor & Destructor Documentation

◆ MinimapItem()

MCAPI Editor::Services::MinimapItem::MinimapItem ( ::mce::UUID id,
int mapWidth,
int mapHeight,
::Editor::Services::MinimapViewType minimapViewType )
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.

◆ ~MinimapItem()

MCAPI Editor::Services::MinimapItem::~MinimapItem ( )
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

◆ addMarker()

MCAPI void Editor::Services::MinimapItem::addMarker ( ::Editor::Services::MinimapMarkerType markerType)
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.

◆ getCustomBiome()

MCAPI ::WeakRef<::ICustomBiomeSource > const & Editor::Services::MinimapItem::getCustomBiome ( ) 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.

◆ getId()

MCAPI::mce::UUID const & Editor::Services::MinimapItem::getId ( ) 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.

◆ getMapHeight()

MCAPI int Editor::Services::MinimapItem::getMapHeight ( ) 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.

◆ getMapWidth()

MCAPI int Editor::Services::MinimapItem::getMapWidth ( ) 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.

◆ getMarkerTypes()

MCAPI ::std::unordered_set<::Editor::Services::MinimapMarkerType > const & Editor::Services::MinimapItem::getMarkerTypes ( ) 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.

◆ getViewType()

MCAPI::Editor::Services::MinimapViewType Editor::Services::MinimapItem::getViewType ( ) 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.

◆ hasMarker()

MCAPI bool Editor::Services::MinimapItem::hasMarker ( ::Editor::Services::MinimapMarkerType markerType) 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.

◆ isActive()

MCAPI bool Editor::Services::MinimapItem::isActive ( ) 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.

◆ removeMarker()

MCAPI void Editor::Services::MinimapItem::removeMarker ( ::Editor::Services::MinimapMarkerType markerType)
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.

◆ setActive()

MCAPI void Editor::Services::MinimapItem::setActive ( bool active)
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.

◆ setCustomBiome()

MCAPI bool Editor::Services::MinimapItem::setCustomBiome ( ::WeakRef<::ICustomBiomeSource > const & customBiome)
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.

◆ setMapSize()

MCAPI void Editor::Services::MinimapItem::setMapSize ( int mapWidth,
int mapHeight )
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.

◆ setMinimapViewType()

MCAPI void Editor::Services::MinimapItem::setMinimapViewType ( ::Editor::Services::MinimapViewType viewType)
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 * Editor::Services::MinimapItem::$ctor ( ::mce::UUID id,
int mapWidth,
int mapHeight,
::Editor::Services::MinimapViewType minimapViewType )
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::MinimapItem::$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.

The documentation for this class was generated from the following file: