22 ::ll::TypedStorage<8, 32, ::std::string> mLastOutputId;
23 ::ll::TypedStorage<8, 24, ::std::vector<::std::string>> mLastOutputParams;
24 ::ll::TypedStorage<8, 32, ::std::string> mCommand;
25 ::ll::TypedStorage<8, 72, ::Bedrock::Safety::RedactableString> mName;
26 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::Command>> mCompiledCommand;
27 ::ll::TypedStorage<8, 8, uint64> mLastExecution;
28 ::ll::TypedStorage<4, 4, int> mVersion;
29 ::ll::TypedStorage<4, 4, int> mSuccessCount;
30 ::ll::TypedStorage<4, 4, int> mTickDelay;
31 ::ll::TypedStorage<1, 1, bool> mExecuteOnFirstTick;
32 ::ll::TypedStorage<1, 1, bool> mTrackOutput;
50 MCAPI ::std::string getLastOutput()
const;
58 MCAPI
void setLastOutput(::std::string
const& lastOutput, ::std::vector<::std::string>
const& params);
66 MCAPI static ::Bedrock::Safety::RedactableString
const& DefaultCommandBlockName();