|
| enum class | RequestActionType : uchar { FunctionAction = 0
, TestAction = 1
, StructureAnimationAction = 2
, JigsawStructurePostprocessAction = 3
} |
|
| 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 MCAPI ::std::unique_ptr<::StructureAnimationAction > | load (::CompoundTag const &tag, ::std::string const &dimensionPrefix) |
| static MCAPI void ** | $vftable () |
|
|
::ll::TypedStorage< 8, 8, ::std::unique_ptr<::StructureAnimationData > > | mStructureAnimationData |
|
::ll::TypedStorage< 8, 104, ::StructureSettings > | mStructureSettings |
|
::ll::TypedStorage< 4, 4, ::DimensionType > | mDimensionType |
|
::ll::TypedStorage< 4, 12, ::BlockPos > | mLoadPosition |
|
::ll::TypedStorage< 8, 32, ::std::string > | mFullName |
|
::ll::TypedStorage< 1, 1, ::IRequestAction::RequestActionType > | mActionType |
◆ execute()
◆ operator==()
| virtual bool StructureAnimationAction::operator== |
( |
::IRequestAction const & | action | ) |
const |
|
virtual |
◆ serialize()
| virtual void StructureAnimationAction::serialize |
( |
::CompoundTag & | tag | ) |
|
|
virtual |
◆ $vftable()
| 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.
The documentation for this class was generated from the following file: