19class BaseCommandBlock {
23 ::ll::TypedStorage<8, 32, ::std::string> mLastOutputId;
24 ::ll::TypedStorage<8, 24, ::std::vector<::std::string>> mLastOutputParams;
25 ::ll::TypedStorage<8, 32, ::std::string> mCommand;
26 ::ll::TypedStorage<8, 72, ::Bedrock::Safety::RedactableString> mName;
27 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::Command>> mCompiledCommand;
28 ::ll::TypedStorage<8, 8, uint64> mLastExecution;
29 ::ll::TypedStorage<4, 4, int> mVersion;
30 ::ll::TypedStorage<4, 4, int> mSuccessCount;
31 ::ll::TypedStorage<4, 4, int> mTickDelay;
32 ::ll::TypedStorage<1, 1, bool> mExecuteOnFirstTick;
33 ::ll::TypedStorage<1, 1, bool> mTrackOutput;
38 BaseCommandBlock& operator=(BaseCommandBlock
const&);
39 BaseCommandBlock(BaseCommandBlock
const&);
51 MCAPI ::std::string getLastOutput()
const;
55 MCAPI ::BaseCommandBlock& operator=(::BaseCommandBlock&&);
61 MCAPI
void setLastOutput(::std::string
const& lastOutput, ::std::vector<::std::string>
const& params);
63 MCAPI ~BaseCommandBlock();
69 MCAPI static ::Bedrock::Safety::RedactableString
const& DefaultCommandBlockName();