LeviLamina
|
Public Types | |
enum class | RequestActionType : uchar { FunctionAction = 0 , TestAction = 1 , StructureAnimationAction = 2 , JigsawStructurePostprocessAction = 3 } |
Public Member Functions | |
FunctionAction & | operator= (FunctionAction const &) |
FunctionAction (FunctionAction const &) | |
virtual void | execute (::ServerLevel &level, ::Dimension &dimension) |
virtual void | serialize (::CompoundTag &tag) |
virtual bool | operator== (::IRequestAction const &action) const |
MCAPI void | _printOriginInvalidError (::ServerLevel &level) |
MCAPI void | _printOutput (::ServerLevel &level, int successCount) |
MCAPI void | $dtor () |
MCAPI void | $execute (::ServerLevel &level, ::Dimension &dimension) |
MCAPI void | $serialize (::CompoundTag &tag) |
Static Public Member Functions | |
static MCAPI ::std::unique_ptr<::FunctionAction > | load (::CompoundTag const &tag, ::ICommandOriginLoader &loader) |
static MCAPI void ** | $vftable () |
Public Attributes | |
::ll::UntypedStorage< 8, 8 > | mUnk8bc0e5 |
::ll::UntypedStorage< 8, 32 > | mUnkf9238c |
::ll::TypedStorage< 1, 1, ::IRequestAction::RequestActionType > | mActionType |
|
virtual |
Implements IRequestAction.
|
virtual |
Reimplemented from IRequestAction.
|
virtual |
Reimplemented from IRequestAction.