20class BaseCommandBlock {
24 ::ll::TypedStorage<8, 32, ::std::string> mLastOutputId;
25 ::ll::TypedStorage<8, 24, ::std::vector<::std::string>> mLastOutputParams;
26 ::ll::TypedStorage<8, 32, ::std::string> mCommand;
27 ::ll::TypedStorage<8, 72, ::Bedrock::Safety::RedactableString> mName;
28 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::Command>> mCompiledCommand;
29 ::ll::TypedStorage<8, 8, uint64> mLastExecution;
30 ::ll::TypedStorage<4, 4, int> mVersion;
31 ::ll::TypedStorage<4, 4, int> mSuccessCount;
32 ::ll::TypedStorage<4, 4, int> mTickDelay;
33 ::ll::TypedStorage<1, 1, bool> mExecuteOnFirstTick;
34 ::ll::TypedStorage<1, 1, bool> mTrackOutput;
39 BaseCommandBlock& operator=(BaseCommandBlock
const&);
40 BaseCommandBlock(BaseCommandBlock
const&);
52 MCAPI ::std::string getLastOutput()
const;
56 MCAPI ::BaseCommandBlock& operator=(::BaseCommandBlock&&);
70 MCAPI
void setLastOutput(::std::string
const& lastOutput, ::std::vector<::std::string>
const& params);
72 MCAPI
void setTrackOutput(
bool trackOutput);
74 MCAPI ~BaseCommandBlock();
80 MCAPI static ::Bedrock::Safety::RedactableString
const& DefaultCommandBlockName();