|
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 |
|
◆ execute()
◆ operator==()
virtual bool StructureAnimationAction::operator== |
( |
::IRequestAction const & | action | ) |
const |
|
virtual |
◆ serialize()
virtual void StructureAnimationAction::serialize |
( |
::CompoundTag & | tag | ) |
|
|
virtual |
The documentation for this class was generated from the following file: