|
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 () |
|
|
::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 |
|
◆ StructureAnimationAction() [1/2]
- 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]
- 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()
◆ operator==()
virtual bool StructureAnimationAction::operator== |
( |
::IRequestAction const & | action | ) |
const |
|
virtual |
◆ serialize()
virtual void StructureAnimationAction::serialize |
( |
::CompoundTag & | tag | ) |
|
|
virtual |
◆ load()
- 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]
- 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]
- 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()
- 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: