|
|
BaseCommandBlock & | operator= (BaseCommandBlock const &) |
|
| BaseCommandBlock (BaseCommandBlock const &) |
|
MCAPI bool | _performCommand (::BlockSource ®ion, ::CommandOrigin const &origin, bool &markForSaving) |
|
MCAPI void | _setCommand (::BlockSource ®ion, ::CommandOrigin const &origin, ::std::string const &command) |
|
MCAPI void | compile (::CommandOrigin const &origin, ::Level &level) |
|
MCFOLD::std::string const & | getCommand () const |
|
MCAPI::std::string | getLastOutput () const |
|
MCAPI::Bedrock::Safety::RedactableString const & | getName () const |
|
MCFOLD int | getTickDelay () const |
|
MCAPI bool | getTrackOutput () const |
|
MCAPI void | load (::CompoundTag const &tag, ::DataLoadHelper &dataLoadHelper) |
|
MCAPI::BaseCommandBlock & | operator= (::BaseCommandBlock &&) |
|
MCAPI bool | performCommand (::BlockSource ®ion, ::ActorUniqueID const &minecartId) |
|
MCAPI bool | save (::CompoundTag &tag) const |
|
MCAPI void | setCommand (::BlockSource ®ion, ::ActorUniqueID const &entityId, ::std::string const &command) |
|
MCAPI void | setCommand (::BlockSource ®ion, ::BlockPos const &pos, ::std::string const &command) |
|
MCAPI void | setLastOutput (::std::string const &lastOutput, ::std::vector<::std::string > const ¶ms) |
|
MCAPI void | setName (::Bedrock::Safety::RedactableString const &name) |
|
MCFOLD void | setShouldExecuteOnFirstTick (bool shouldExecute) |
|
MCAPI void | setTickDelay (int tickDelay) |
|
MCAPI void | setTrackOutput (bool trackOutput) |
|
MCFOLD bool | shouldExecuteOnFirstTick () const |
|
MCAPI void * | $ctor () |
|
MCAPI void | $dtor () |
|
|
::ll::TypedStorage< 8, 32, ::std::string > | mLastOutputId |
|
::ll::TypedStorage< 8, 24, ::std::vector<::std::string > > | mLastOutputParams |
|
::ll::TypedStorage< 8, 32, ::std::string > | mCommand |
|
::ll::TypedStorage< 8, 72, ::Bedrock::Safety::RedactableString > | mName |
|
::ll::TypedStorage< 8, 8, ::std::unique_ptr<::Command > > | mCompiledCommand |
|
::ll::TypedStorage< 8, 8, uint64 > | mLastExecution |
|
::ll::TypedStorage< 4, 4, int > | mVersion |
|
::ll::TypedStorage< 4, 4, int > | mSuccessCount |
|
::ll::TypedStorage< 4, 4, int > | mTickDelay |
|
::ll::TypedStorage< 1, 1, bool > | mExecuteOnFirstTick |
|
::ll::TypedStorage< 1, 1, bool > | mTrackOutput |
The documentation for this class was generated from the following file: