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

Public Types

enum class  RequestActionType : uchar { FunctionAction = 0 , TestAction = 1 , StructureAnimationAction = 2 , JigsawStructurePostprocessAction = 3 }
 

Public Member Functions

virtual void execute (::ServerLevel &level, ::Dimension &dimension)
 
virtual bool operator== (::IRequestAction const &action) const
 
virtual void serialize (::CompoundTag &tag)
 
MCAPI StructureAnimationAction (::std::unique_ptr<::StructureAnimationData > structureAnimationData, ::DimensionType dimensionType)
 
MCAPI StructureAnimationAction (::StructureSettings const &structureSettings, ::DimensionType dimensionType, ::BlockPos const &loadPosition, ::std::string const &fullName)
 
MCAPI void * $ctor (::std::unique_ptr<::StructureAnimationData > structureAnimationData, ::DimensionType dimensionType)
 
MCAPI void * $ctor (::StructureSettings const &structureSettings, ::DimensionType dimensionType, ::BlockPos const &loadPosition, ::std::string const &fullName)
 
MCAPI void $execute (::ServerLevel &level, ::Dimension &dimension)
 
MCAPI void $serialize (::CompoundTag &tag)
 
MCAPI void $dtor ()
 

Static Public Member Functions

static MCAPI ::std::unique_ptr<::StructureAnimationActionload (::CompoundTag const &tag, ::std::string const &dimensionPrefix)
 
static MCAPI void ** $vftable ()
 

Public Attributes

::ll::TypedStorage< 8, 8, ::std::unique_ptr<::StructureAnimationData > > mStructureAnimationData
 
::ll::TypedStorage< 8, 104, ::StructureSettingsmStructureSettings
 
::ll::TypedStorage< 4, 4, ::DimensionTypemDimensionType
 
::ll::TypedStorage< 4, 12, ::BlockPosmLoadPosition
 
::ll::TypedStorage< 8, 32, ::std::string > mFullName
 
::ll::TypedStorage< 1, 1, ::IRequestAction::RequestActionType > mActionType
 

Constructor & Destructor Documentation

◆ StructureAnimationAction() [1/2]

MCAPI StructureAnimationAction::StructureAnimationAction ( ::std::unique_ptr<::StructureAnimationData > structureAnimationData,
::DimensionType dimensionType )
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.

◆ StructureAnimationAction() [2/2]

MCAPI StructureAnimationAction::StructureAnimationAction ( ::StructureSettings const & structureSettings,
::DimensionType dimensionType,
::BlockPos const & loadPosition,
::std::string const & fullName )
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

◆ execute()

virtual void StructureAnimationAction::execute ( ::ServerLevel & level,
::Dimension & dimension )
virtual

Implements IRequestAction.

◆ operator==()

virtual bool StructureAnimationAction::operator== ( ::IRequestAction const & action) const
virtual

Reimplemented from IRequestAction.

◆ serialize()

virtual void StructureAnimationAction::serialize ( ::CompoundTag & tag)
virtual

Reimplemented from IRequestAction.

◆ load()

static MCAPI ::std::unique_ptr<::StructureAnimationAction > StructureAnimationAction::load ( ::CompoundTag const & tag,
::std::string const & dimensionPrefix )
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/2]

MCAPI void * StructureAnimationAction::$ctor ( ::std::unique_ptr<::StructureAnimationData > structureAnimationData,
::DimensionType dimensionType )
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/2]

MCAPI void * StructureAnimationAction::$ctor ( ::StructureSettings const & structureSettings,
::DimensionType dimensionType,
::BlockPos const & loadPosition,
::std::string const & fullName )
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.

◆ $execute()

MCAPI void StructureAnimationAction::$execute ( ::ServerLevel & level,
::Dimension & dimension )
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.

◆ $serialize()

MCAPI void StructureAnimationAction::$serialize ( ::CompoundTag & tag)
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 ** StructureAnimationAction::$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.

◆ $dtor()

MCAPI void IRequestAction::$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.

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