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

Public Member Functions

MCAPI ScriptBookItemComponent (::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptItemStack > item, ::Scripting::WeakLifetimeScope const &scope)
 
MCAPI ::Scripting::Result<::std::optional<::std::string >, ::ScriptModuleMinecraft::ScriptInvalidItemStackError_getAuthor () const
 
MCAPI ::Scripting::Result<::std::vector<::std::optional<::std::string > >, ::ScriptModuleMinecraft::ScriptInvalidItemStackError_getContents () const
 
MCAPI ::Scripting::Result<::std::optional<::std::string >, ::ScriptModuleMinecraft::ScriptInvalidItemStackError_getPageContent (int index) const
 
MCAPI ::Scripting::Result< int, ::ScriptModuleMinecraft::ScriptInvalidItemStackError_getPageCount () const
 
MCAPI ::Scripting::Result< ::std::vector<::std::optional<::ScriptModuleMinecraft::ScriptRawMessageInterface > >, ::ScriptModuleMinecraft::ScriptInvalidItemStackError_getRawContents () const
 
MCAPI ::Scripting::Result< ::std::optional<::ScriptModuleMinecraft::ScriptRawMessageInterface >, ::ScriptModuleMinecraft::ScriptInvalidItemStackError_getRawPageContent (int index) const
 
MCAPI ::Scripting::Result<::std::optional<::std::string >, ::ScriptModuleMinecraft::ScriptInvalidItemStackError_getTitle () const
 
MCAPI ::Scripting::Result< void, ::ScriptModuleMinecraft::ScriptInvalidItemStackError, ::ScriptModuleMinecraft::ScriptBookError, ::ScriptModuleMinecraft::ScriptBookPageContentError_insertPage (int index, ::std::variant< ::std::string, ::ScriptModuleMinecraft::ScriptRawMessageInterface, ::std::vector<::std::variant<::std::string, ::ScriptModuleMinecraft::ScriptRawMessageInterface > > > content)
 
MCAPI ::Scripting::Result< bool, ::ScriptModuleMinecraft::ScriptInvalidItemStackError_isSigned () const
 
MCAPI ::Scripting::Result< void, ::ScriptModuleMinecraft::ScriptInvalidItemStackError_removePage (int index)
 
MCAPI ::Scripting::Result< void, ::ScriptModuleMinecraft::ScriptInvalidItemStackError, ::ScriptModuleMinecraft::ScriptBookError, ::ScriptModuleMinecraft::ScriptBookPageContentError_setContents (::std::vector<::std::variant< ::std::string, ::ScriptModuleMinecraft::ScriptRawMessageInterface, ::std::vector<::std::variant<::std::string, ::ScriptModuleMinecraft::ScriptRawMessageInterface > > > > contents)
 
MCAPI ::Scripting::Result< void, ::ScriptModuleMinecraft::ScriptInvalidItemStackError, ::ScriptModuleMinecraft::ScriptBookError, ::ScriptModuleMinecraft::ScriptBookPageContentError_setPageContent (int index, ::std::variant< ::std::string, ::ScriptModuleMinecraft::ScriptRawMessageInterface, ::std::vector<::std::variant<::std::string, ::ScriptModuleMinecraft::ScriptRawMessageInterface > > > content)
 
MCAPI ::Scripting::Result< void, ::ScriptModuleMinecraft::ScriptInvalidActorError, ::ScriptModuleMinecraft::ScriptInvalidItemStackError, ::ScriptModuleMinecraft::ScriptBookError_signBook (::std::string const &title, ::std::string const &author)
 
MCAPI void * $ctor (::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptItemStack > item, ::Scripting::WeakLifetimeScope const &scope)
 
virtual bool _isValid () const
 
MCAPI void * $ctor (::ScriptModuleMinecraft::ScriptItemComponent const &)
 
MCAPI void * $ctor (::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptItemStack > item, ::Scripting::WeakLifetimeScope const &scope, ::std::string id)
 
MCAPI void * $ctor (::Scripting::WeakLifetimeScope const &scope, ::std::optional<::std::string > id)
 
MCAPI void $dtor ()
 
MCAPI bool $_isValid () const
 
virtual::std::string const & getTypeId_V1 () const
 
virtual::std::string const & getTypeId_V2 () const
 
MCAPI::std::string const & $getTypeId_V1 () const
 
MCAPI::std::string const & $getTypeId_V2 () const
 

Static Public Member Functions

static MCAPI ::Scripting::ClassBinding bind (::ScriptModuleMinecraft::ScriptComponentTypeEnumBuilder &componentTypeEnumBuilder)
 
static MCAPI ::std::string const & getTypeName ()
 
static MCAPI void ** $vftable ()
 
static MCAPI ::Scripting::ClassBinding bind ()
 

Public Attributes

::ll::UntypedStorage< 8, 32 > mUnk5e0c70
 
::ll::UntypedStorage< 8, 32 > mUnk8f4aee
 
::ll::UntypedStorage< 8, 16 > mUnkad83bc
 
::ll::UntypedStorage< 8, 40 > mUnkf28bfb
 

Constructor & Destructor Documentation

◆ ScriptBookItemComponent()

MCAPI ScriptModuleMinecraft::ScriptBookItemComponent::ScriptBookItemComponent ( ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptItemStack > item,
::Scripting::WeakLifetimeScope const & scope )
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

◆ _getAuthor()

MCAPI ::Scripting::Result<::std::optional<::std::string >, ::ScriptModuleMinecraft::ScriptInvalidItemStackError > ScriptModuleMinecraft::ScriptBookItemComponent::_getAuthor ( ) 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.

◆ _getContents()

MCAPI ::Scripting:: Result<::std::vector<::std::optional<::std::string > >, ::ScriptModuleMinecraft::ScriptInvalidItemStackError > ScriptModuleMinecraft::ScriptBookItemComponent::_getContents ( ) 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.

◆ _getPageContent()

MCAPI ::Scripting::Result<::std::optional<::std::string >, ::ScriptModuleMinecraft::ScriptInvalidItemStackError > ScriptModuleMinecraft::ScriptBookItemComponent::_getPageContent ( int index) 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.

◆ _getPageCount()

MCAPI ::Scripting::Result< int, ::ScriptModuleMinecraft::ScriptInvalidItemStackError > ScriptModuleMinecraft::ScriptBookItemComponent::_getPageCount ( ) 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.

◆ _getRawContents()

MCAPI ::Scripting::Result< ::std::vector<::std::optional<::ScriptModuleMinecraft::ScriptRawMessageInterface > >, ::ScriptModuleMinecraft::ScriptInvalidItemStackError > ScriptModuleMinecraft::ScriptBookItemComponent::_getRawContents ( ) 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.

◆ _getRawPageContent()

MCAPI ::Scripting::Result< ::std::optional<::ScriptModuleMinecraft::ScriptRawMessageInterface >, ::ScriptModuleMinecraft::ScriptInvalidItemStackError > ScriptModuleMinecraft::ScriptBookItemComponent::_getRawPageContent ( int index) 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.

◆ _getTitle()

MCAPI ::Scripting::Result<::std::optional<::std::string >, ::ScriptModuleMinecraft::ScriptInvalidItemStackError > ScriptModuleMinecraft::ScriptBookItemComponent::_getTitle ( ) 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.

◆ _insertPage()

MCAPI ::Scripting::Result< void, ::ScriptModuleMinecraft::ScriptInvalidItemStackError, ::ScriptModuleMinecraft::ScriptBookError, ::ScriptModuleMinecraft::ScriptBookPageContentError > ScriptModuleMinecraft::ScriptBookItemComponent::_insertPage ( int index,
::std::variant< ::std::string, ::ScriptModuleMinecraft::ScriptRawMessageInterface, ::std::vector<::std::variant<::std::string, ::ScriptModuleMinecraft::ScriptRawMessageInterface > > > content )
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.

◆ _isSigned()

MCAPI ::Scripting::Result< bool, ::ScriptModuleMinecraft::ScriptInvalidItemStackError > ScriptModuleMinecraft::ScriptBookItemComponent::_isSigned ( ) 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.

◆ _removePage()

MCAPI ::Scripting::Result< void, ::ScriptModuleMinecraft::ScriptInvalidItemStackError > ScriptModuleMinecraft::ScriptBookItemComponent::_removePage ( int index)
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.

◆ _setContents()

MCAPI ::Scripting::Result< void, ::ScriptModuleMinecraft::ScriptInvalidItemStackError, ::ScriptModuleMinecraft::ScriptBookError, ::ScriptModuleMinecraft::ScriptBookPageContentError > ScriptModuleMinecraft::ScriptBookItemComponent::_setContents ( ::std::vector<::std::variant< ::std::string, ::ScriptModuleMinecraft::ScriptRawMessageInterface, ::std::vector<::std::variant<::std::string, ::ScriptModuleMinecraft::ScriptRawMessageInterface > > > > contents)
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.

◆ _setPageContent()

MCAPI ::Scripting::Result< void, ::ScriptModuleMinecraft::ScriptInvalidItemStackError, ::ScriptModuleMinecraft::ScriptBookError, ::ScriptModuleMinecraft::ScriptBookPageContentError > ScriptModuleMinecraft::ScriptBookItemComponent::_setPageContent ( int index,
::std::variant< ::std::string, ::ScriptModuleMinecraft::ScriptRawMessageInterface, ::std::vector<::std::variant<::std::string, ::ScriptModuleMinecraft::ScriptRawMessageInterface > > > content )
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.

◆ _signBook()

MCAPI ::Scripting::Result< void, ::ScriptModuleMinecraft::ScriptInvalidActorError, ::ScriptModuleMinecraft::ScriptInvalidItemStackError, ::ScriptModuleMinecraft::ScriptBookError > ScriptModuleMinecraft::ScriptBookItemComponent::_signBook ( ::std::string const & title,
::std::string const & author )
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.

◆ bind() [1/2]

static MCAPI ::Scripting::ClassBinding ScriptModuleMinecraft::ScriptBookItemComponent::bind ( ::ScriptModuleMinecraft::ScriptComponentTypeEnumBuilder & componentTypeEnumBuilder)
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.

◆ getTypeName()

static MCAPI ::std::string const & ScriptModuleMinecraft::ScriptBookItemComponent::getTypeName ( )
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.

◆ $ctor() [1/4]

MCAPI void * ScriptModuleMinecraft::ScriptBookItemComponent::$ctor ( ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptItemStack > item,
::Scripting::WeakLifetimeScope const & scope )
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()

static MCAPI void ** ScriptModuleMinecraft::ScriptBookItemComponent::$vftable ( )
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.

◆ _isValid()

virtual bool ScriptModuleMinecraft::ScriptItemComponent::_isValid ( ) const
virtualinherited

◆ bind() [2/2]

static MCAPI ::Scripting::ClassBinding ScriptModuleMinecraft::ScriptItemComponent::bind ( )
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.

◆ $ctor() [2/4]

MCAPI void * ScriptModuleMinecraft::ScriptItemComponent::$ctor ( ::ScriptModuleMinecraft::ScriptItemComponent 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.

◆ $ctor() [3/4]

MCAPI void * ScriptModuleMinecraft::ScriptItemComponent::$ctor ( ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptItemStack > item,
::Scripting::WeakLifetimeScope const & scope,
::std::string id )
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() [4/4]

MCAPI void * ScriptModuleMinecraft::ScriptComponent::$ctor ( ::Scripting::WeakLifetimeScope const & scope,
::std::optional<::std::string > id )
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 ScriptModuleMinecraft::ScriptItemComponent::$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.

◆ $_isValid()

MCAPI bool ScriptModuleMinecraft::ScriptItemComponent::$_isValid ( ) 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.

◆ $getTypeId_V1()

MCAPI::std::string const & ScriptModuleMinecraft::ScriptComponent::$getTypeId_V1 ( ) 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.

◆ $getTypeId_V2()

MCAPI::std::string const & ScriptModuleMinecraft::ScriptComponent::$getTypeId_V2 ( ) 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.

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