21 ::ll::TypedStorage<8, 192, ::BaseCommandBlock> mBaseCommandBlock;
22 ::ll::TypedStorage<4, 4, int> mCurrentTickCount;
23 ::ll::TypedStorage<1, 1, bool> mTicking;
29 MCAPI
void addAdditionalSaveData(
::CompoundTag& entityTag)
const;
31 MCAPI
void initFromDefinition(
::Actor& owner);
33 MCAPI
void onCommandBlockUpdate(
35 ::std::string
const& command,
39 bool executeOnFirstTick
44 MCAPI
void setLastOutput(
::Actor& owner, ::std::string
const& lastOutput);
47 MCAPI
void setTrackOutput(
::Actor& owner,
bool trackOutput);