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